public final class ConvertBCtoHIR extends CompilerPhase
container| Constructor and Description |
|---|
ConvertBCtoHIR() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
CompilerPhase |
newExecution(IR ir)
This method is called immediately before performPhase.
|
void |
perform(IR ir)
Generate HIR for ir.method into IR
|
dumpIR, dumpIR, getClassConstructor, getCompilerPhaseConstructor, getCompilerPhaseConstructor, performPhase, printingEnabled, reportAdditionalStats, setContainer, shouldPerform, verifypublic ConvertBCtoHIR()
public String getName()
getName in class CompilerPhasepublic void perform(IR ir)
perform in class CompilerPhaseir - The IR to generate HIR intopublic CompilerPhase newExecution(IR ir)
CompilerPhasenewExecution in class CompilerPhaseir - the IR that is about to be passed to performPhase