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