public final class ExpandCallingConvention extends CompilerPhase
container| Constructor and Description |
|---|
ExpandCallingConvention() |
| 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.
|
boolean |
printingEnabled(OptOptions options,
boolean before)
Returns true if the phase wants the IR dumped before and/or after it runs.
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, reportAdditionalStats, setContainer, shouldPerform, verifypublic ExpandCallingConvention()
public CompilerPhase newExecution(IR ir)
newExecution in class CompilerPhaseir - not usedpublic boolean printingEnabled(OptOptions options, boolean before)
CompilerPhaseprintingEnabled in class CompilerPhaseoptions - the compiler options for the compilationbefore - true when invoked before perform, false otherwise.public String getName()
getName in class CompilerPhasepublic void perform(IR ir)
CompilerPhaseperform in class CompilerPhaseir - the IR on which to apply the phase