private static final class ConvertLIRtoMIR.DoBURS extends CompilerPhase
container| Modifier | Constructor and Description |
|---|---|
private |
DoBURS() |
| 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.
|
void |
reportAdditionalStats()
Called when printing a measure compilation report to enable a phase
to report additional phase-specific statistics.
|
void |
verify(IR ir)
Verify the IR.
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, setContainer, shouldPerformprivate DoBURS()
public String getName()
getName in class CompilerPhasepublic CompilerPhase newExecution(IR ir)
CompilerPhasenewExecution in class CompilerPhaseir - the IR that is about to be passed to performPhasepublic void reportAdditionalStats()
CompilerPhasereportAdditionalStats in class CompilerPhasepublic void verify(IR ir)
CompilerPhaseverify in class CompilerPhaseir - the IR to verifypublic void perform(IR ir)
CompilerPhaseperform in class CompilerPhaseir - the IR on which to apply the phase