public class LIRGenerationPhase extends LIRPhase<LIRGenerationPhase.LIRGenerationContext>
Modifier and Type | Class and Description |
---|---|
static class |
LIRGenerationPhase.LIRGenerationContext |
LIRPhase.LIRPhaseStatistics, LIRPhase.Options
statisticsClassValue
Constructor and Description |
---|
LIRGenerationPhase() |
Modifier and Type | Method and Description |
---|---|
protected void |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
LIRGenerationPhase.LIRGenerationContext context) |
apply, apply, createName, createName, getLIRPhaseStatistics, getName
protected final void run(TargetDescription target, LIRGenerationResult lirGenRes, LIRGenerationPhase.LIRGenerationContext context)
run
in class LIRPhase<LIRGenerationPhase.LIRGenerationContext>