|
|||||||||||
| 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.regalloc.CoalesceMoves
public class CoalesceMoves
Coalesce registers in move instructions where possible.
| Field Summary | |
|---|---|
(package private) static boolean |
DEBUG
verbose debugging flag |
| Fields inherited from class org.jikesrvm.compilers.opt.driver.CompilerPhase |
|---|
container |
| Constructor Summary | |
|---|---|
CoalesceMoves()
|
|
| Method Summary | |
|---|---|
String |
getName()
Return a string name for this phase. |
CompilerPhase |
newExecution(IR ir)
Return this instance of this phase. |
void |
perform(IR ir)
perform the transformation |
boolean |
shouldPerform(OptOptions options)
Should we perform this phase? |
| Methods inherited from class org.jikesrvm.compilers.opt.driver.CompilerPhase |
|---|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, 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 |
|---|
static final boolean DEBUG
| Constructor Detail |
|---|
public CoalesceMoves()
| Method Detail |
|---|
public CompilerPhase newExecution(IR ir)
newExecution in class CompilerPhaseir - not used
public final boolean shouldPerform(OptOptions options)
shouldPerform in class CompilerPhaseoptions - controlling compiler options
public final String getName()
getName in class CompilerPhasepublic final void perform(IR ir)
perform in class CompilerPhaseir - the governing IR
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||