public class LoopFullUnrollPhase extends BasePhase<PhaseContext>
Modifier and Type | Field and Description |
---|---|
private CanonicalizerPhase |
canonicalizer |
private static DebugMetric |
FULLY_UNROLLED_LOOPS |
BEFORE_PHASE_DUMP_LEVEL, PHASE_DUMP_LEVEL
Constructor and Description |
---|
LoopFullUnrollPhase(CanonicalizerPhase canonicalizer) |
Modifier and Type | Method and Description |
---|---|
protected void |
run(StructuredGraph graph,
PhaseContext context) |
apply, apply, createName, getName
private static final DebugMetric FULLY_UNROLLED_LOOPS
private final CanonicalizerPhase canonicalizer
public LoopFullUnrollPhase(CanonicalizerPhase canonicalizer)
protected void run(StructuredGraph graph, PhaseContext context)
run
in class BasePhase<PhaseContext>