|
|||||||||||
| 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.ssa.LoadElimination.LoadEliminationPreparation
public static class LoadElimination.LoadEliminationPreparation
This class sets up the IR state prior to entering SSA for load elimination
| Field Summary | |
|---|---|
private static Constructor<CompilerPhase> |
constructor
Constructor for this compiler phase |
private int |
round
|
| Fields inherited from class org.jikesrvm.compilers.opt.driver.CompilerPhase |
|---|
container |
| Constructor Summary | |
|---|---|
LoadElimination.LoadEliminationPreparation(int round)
Cosntructor |
|
| Method Summary | |
|---|---|
Constructor<CompilerPhase> |
getClassConstructor()
Get a constructor object for this compiler phase |
String |
getName()
|
void |
perform(IR ir)
This is the method that actually does the work of the phase. |
boolean |
shouldPerform(OptOptions options)
This method determines if the phase should be run, based on the Options object it is passed. |
| Methods inherited from class org.jikesrvm.compilers.opt.driver.CompilerPhase |
|---|
dumpIR, dumpIR, getCompilerPhaseConstructor, getCompilerPhaseConstructor, newExecution, performPhase, printingEnabled, reportAdditionalStats, setContainer, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Constructor<CompilerPhase> constructor
private final int round
| Constructor Detail |
|---|
public LoadElimination.LoadEliminationPreparation(int round)
| Method Detail |
|---|
public Constructor<CompilerPhase> getClassConstructor()
getClassConstructor in class CompilerPhasepublic final boolean shouldPerform(OptOptions options)
CompilerPhase
shouldPerform in class CompilerPhaseoptions - the compiler options for the compilation
public final String getName()
getName in class CompilerPhasepublic final void perform(IR ir)
CompilerPhase
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 | ||||||||||