static final class LoadElimination.LoadEliminator extends CompilerPhase
container| Constructor and Description |
|---|
LoadEliminator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
CompilerPhase |
newExecution(IR ir)
Return this instance of this phase.
|
void |
perform(IR ir)
main driver for redundant load elimination
Preconditions: Array SSA form and Global Value Numbers computed
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, shouldPerform, verifyLoadEliminator()
public String getName()
getName in class CompilerPhasepublic CompilerPhase newExecution(IR ir)
newExecution in class CompilerPhaseir - not usedpublic void perform(IR ir)
Preconditions: Array SSA form and Global Value Numbers computed
perform in class CompilerPhaseir - the governing IR