public class BuildLST extends CompilerPhase
LTDominators,
LSTGraphcontainer| Constructor and Description |
|---|
BuildLST() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
CompilerPhase |
newExecution(IR ir)
This phase contains no per-compilation instance fields.
|
void |
perform(IR ir)
Build the Loop Structure Tree (LST) for the given IR.
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, shouldPerform, verifypublic BuildLST()
public String getName()
getName in class CompilerPhasepublic final CompilerPhase newExecution(IR ir)
newExecution in class CompilerPhaseir - the IR that is about to be passed to performPhasepublic void perform(IR ir)
perform in class CompilerPhaseir - the IR on which to apply the phase