public abstract class Phase extends BasePhase<Object>
BasePhase.ApplyScope, BasePhase.BasePhaseStatistics, BasePhase.PhaseOptions, BasePhase.SharedGlobalPhaseState| Modifier | Constructor and Description |
|---|---|
protected |
Phase() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(StructuredGraph graph) |
void |
apply(StructuredGraph graph,
boolean dumpGraph) |
protected abstract void |
run(StructuredGraph graph) |
protected void |
run(StructuredGraph graph,
Object context) |
apply, apply, applyScope, codeSizeIncrease, contractorName, equals, getName, hashCode, shouldDumpAfterAtBasicLevel, shouldDumpBeforeAtBasicLevelclone, getClass, notify, notifyAll, toString, wait, wait, waitcheckContractpublic final void apply(StructuredGraph graph)
public final void apply(StructuredGraph graph, boolean dumpGraph)
protected abstract void run(StructuredGraph graph)
protected final void run(StructuredGraph graph, Object context)