public final class ConvertALUOperators extends CompilerPhase
container| Constructor and Description |
|---|
ConvertALUOperators() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
CompilerPhase |
newExecution(IR ir)
Return this instance of this phase.
|
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, verifypublic ConvertALUOperators()
public String getName()
getName in class CompilerPhasepublic CompilerPhase newExecution(IR ir)
newExecution in class CompilerPhaseir - not usedpublic void perform(IR ir)
CompilerPhaseperform in class CompilerPhaseir - the IR on which to apply the phase