public class AllocationStageVerifier extends AllocationPhase
AllocationPhase.AllocationContextLIRPhase.LIRPhaseStatistics, LIRPhase.OptionsstatisticsClassValue| Constructor and Description |
|---|
AllocationStageVerifier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
AllocationPhase.AllocationContext context) |
protected void |
verifyBlock(LIR lir,
AbstractBlockBase<?> block) |
protected void |
verifyInstruction(LIRInstruction inst) |
protected void |
verifyLIR(LIR lir) |
protected void |
verifyOperands(LIRInstruction instruction,
Value value,
LIRInstruction.OperandMode mode,
EnumSet<LIRInstruction.OperandFlag> flags) |
apply, apply, createName, createName, getLIRPhaseStatistics, getNameprotected void run(TargetDescription target,
LIRGenerationResult lirGenRes,
AllocationPhase.AllocationContext context)
run in class LIRPhase<AllocationPhase.AllocationContext>protected void verifyLIR(LIR lir)
protected void verifyBlock(LIR lir, AbstractBlockBase<?> block)
protected void verifyInstruction(LIRInstruction inst)
protected void verifyOperands(LIRInstruction instruction, Value value, LIRInstruction.OperandMode mode, EnumSet<LIRInstruction.OperandFlag> flags)
instruction - value - mode - flags -