|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.driver.CompilerPhase
org.jikesrvm.compilers.opt.controlflow.PostDominatorsPhase
public final class PostDominatorsPhase
Driver routine for post-dominator computation. This phase invokes the Lengauer-Tarjan dominator calculation.
| Field Summary | |
|---|---|
private boolean |
unfactor
Should we unfactor the CFG? |
| Fields inherited from class org.jikesrvm.compilers.opt.driver.CompilerPhase |
|---|
container |
| Constructor Summary | |
|---|---|
PostDominatorsPhase(boolean unfactor)
|
|
| Method Summary | |
|---|---|
String |
getName()
Return a string representation of this phase |
void |
perform(IR ir)
Main driver for the post-dominator calculation. |
boolean |
printingEnabled(OptOptions options,
boolean before)
Should the IR be printed before and/or after this phase? |
boolean |
shouldPerform(OptOptions options)
Should this phase be performed? |
| Methods inherited from class org.jikesrvm.compilers.opt.driver.CompilerPhase |
|---|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, newExecution, performPhase, reportAdditionalStats, setContainer, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final boolean unfactor
| Constructor Detail |
|---|
public PostDominatorsPhase(boolean unfactor)
unfactor - Should we unfactor the CFG before computing
dominators?| Method Detail |
|---|
public boolean shouldPerform(OptOptions options)
shouldPerform in class CompilerPhaseoptions - controlling compiler options
public String getName()
getName in class CompilerPhase
public boolean printingEnabled(OptOptions options,
boolean before)
printingEnabled in class CompilerPhaseoptions - controlling compiler optionsbefore - query control
public void perform(IR ir)
perform in class CompilerPhaseir - the IR on which to apply the phase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||