public final class RedundantMoveElimination extends PostAllocationOptimizationPhase
Modifier and Type | Class and Description |
---|---|
private static class |
RedundantMoveElimination.BlockData
Holds the entry and exit states for each block for dataflow analysis.
|
private static class |
RedundantMoveElimination.Optimization |
PostAllocationOptimizationPhase.PostAllocationOptimizationContext
LIRPhase.Options
Constructor and Description |
---|
RedundantMoveElimination() |
Modifier and Type | Method and Description |
---|---|
protected <B extends AbstractBlockBase<B>> |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
List<B> codeEmittingOrder,
List<B> linearScanOrder,
BenchmarkCounterFactory counterFactory) |
run
apply, apply, createName, getName
public RedundantMoveElimination()
protected <B extends AbstractBlockBase<B>> void run(TargetDescription target, LIRGenerationResult lirGenRes, List<B> codeEmittingOrder, List<B> linearScanOrder, BenchmarkCounterFactory counterFactory)
run
in class PostAllocationOptimizationPhase