public class MoveProfiling extends PostAllocationOptimizationPhase
Modifier and Type | Class and Description |
---|---|
private static class |
MoveProfiling.Analyzer |
private static class |
MoveProfiling.MoveType |
PostAllocationOptimizationPhase.PostAllocationOptimizationContext
LIRPhase.Options
Constructor and Description |
---|
MoveProfiling() |
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 MoveProfiling()
protected <B extends AbstractBlockBase<B>> void run(TargetDescription target, LIRGenerationResult lirGenRes, List<B> codeEmittingOrder, List<B> linearScanOrder, BenchmarkCounterFactory counterFactory)
run
in class PostAllocationOptimizationPhase