public final class PrologueEpilogueCreator extends CompilerPhase
container| Constructor and Description |
|---|
PrologueEpilogueCreator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
CompilerPhase |
newExecution(IR ir)
Return this instance of this phase.
|
void |
perform(IR ir)
Insert the prologue and epilogue
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, shouldPerform, verifypublic PrologueEpilogueCreator()
public CompilerPhase newExecution(IR ir)
newExecution in class CompilerPhaseir - not usedpublic String getName()
getName in class CompilerPhasepublic void perform(IR ir)
perform in class CompilerPhaseir - the IR on which to apply the phase