public class BuildLST extends CompilerPhase
LTDominators
,
LSTGraph
container
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, verify
public BuildLST()
public String getName()
getName
in class CompilerPhase
public final CompilerPhase newExecution(IR ir)
newExecution
in class CompilerPhase
ir
- the IR that is about to be passed to performPhasepublic void perform(IR ir)
perform
in class CompilerPhase
ir
- the IR on which to apply the phase