See: Description
| Class | Description |
|---|---|
| BasePhase<C> |
Base class for all compiler phases.
|
| BasePhase.BasePhaseStatistics | |
| LazyName |
A name whose
String value is computed only when it is needed. |
| OptimisticOptimizations | |
| Phase |
Base class for compiler phases that don't need a context object.
|
| PhaseSuite<C> |
A compiler phase that can apply an ordered collection of phases to a graph.
|
| VerifyPhase<C> |
This phase serves as a verification, in order to check the graph for certain properties.
|
| Enum | Description |
|---|---|
| OptimisticOptimizations.Optimization |
| Error | Description |
|---|---|
| VerifyPhase.VerificationError |
Thrown when verification performed by a
VerifyPhase fails. |