private static final class ConvertLIRtoMIR.ReduceOperators extends CompilerPhase
container| Modifier | Constructor and Description |
|---|---|
private |
ReduceOperators() |
| Modifier and Type | Method and Description |
|---|---|
private void |
expandSysCall(Instruction s,
IR ir) |
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.
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, shouldPerform, verifyprivate ReduceOperators()
public String getName()
getName in class CompilerPhasepublic CompilerPhase newExecution(IR ir)
CompilerPhasenewExecution in class CompilerPhaseir - the IR that is about to be passed to performPhaseprivate void expandSysCall(Instruction s, IR ir)
public void perform(IR ir)
CompilerPhaseperform in class CompilerPhaseir - the IR on which to apply the phase