private static final class ConvertLIRtoMIR.InsertIMMQ_MOVForX64 extends CompilerPhase
container| Modifier | Constructor and Description |
|---|---|
private |
InsertIMMQ_MOVForX64() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
CompilerPhase |
newExecution(IR ir)
This method is called immediately before performPhase.
|
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.
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, verifyprivate InsertIMMQ_MOVForX64()
public String getName()
getName in class CompilerPhasepublic boolean shouldPerform(OptOptions options)
CompilerPhaseshouldPerform in class CompilerPhaseoptions - the compiler options for the compilationpublic CompilerPhase newExecution(IR ir)
CompilerPhasenewExecution in class CompilerPhaseir - the IR that is about to be passed to performPhasepublic void perform(IR ir)
CompilerPhaseperform in class CompilerPhaseir - the IR on which to apply the phase