private static final class RedundantBranchElimination.EnsureSSA extends CompilerPhase
container| Modifier | Constructor and Description |
|---|---|
private |
EnsureSSA() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
CompilerPhase |
newExecution(IR ir)
This method is called immediately before performPhase.
|
void |
perform(IR ir)
This is the method that actually does the work of the phase.
|
boolean |
shouldPerform() |
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, shouldPerform, verifyprivate EnsureSSA()
public String getName()
getName in class CompilerPhasepublic boolean shouldPerform()
public void perform(IR ir)
CompilerPhaseperform in class CompilerPhaseir - the IR on which to apply the phasepublic CompilerPhase newExecution(IR ir)
CompilerPhasenewExecution in class CompilerPhaseir - the IR that is about to be passed to performPhase