public final class SSADestructionPhase extends PreAllocationOptimizationPhase
PreAllocationOptimizationPhase.PreAllocationOptimizationContextLIRPhase.Options| Constructor and Description |
|---|
SSADestructionPhase() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
doBlock(AbstractBlockBase<?> block,
LIR lir,
LIRGeneratorTool lirGen) |
protected <B extends AbstractBlockBase<B>> |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
List<B> codeEmittingOrder,
List<B> linearScanOrder,
LIRGeneratorTool lirGen) |
runapply, apply, createName, getNamepublic SSADestructionPhase()
protected <B extends AbstractBlockBase<B>> void run(TargetDescription target, LIRGenerationResult lirGenRes, List<B> codeEmittingOrder, List<B> linearScanOrder, LIRGeneratorTool lirGen)
run in class PreAllocationOptimizationPhaseprivate static void doBlock(AbstractBlockBase<?> block, LIR lir, LIRGeneratorTool lirGen)