| Interface | Description |
|---|---|
| AbstractControlFlowGraph<T extends AbstractBlockBase<T>> | |
| CodeEmissionOrder<T extends AbstractBlockBase<T>> |
Interface to compute an ordering of the blocks that can be used by the machine code generator.
|
| PrintableCFG | |
| PropertyConsumable |
| Class | Description |
|---|---|
| AbstractBlockBase<T extends AbstractBlockBase<T>> | |
| AbstractBlockBase.BlockIdComparator | |
| BlockMap<T> | |
| CFGVerifier | |
| DominatorOptimizationProblem<E extends Enum<E>,C> |
This class represents a dominator tree problem, i.e.
|
| Loop<T extends AbstractBlockBase<T>> | |
| PrintableDominatorOptimizationProblem<E extends Enum<E>,C extends PropertyConsumable> |
| Enum | Description |
|---|---|
| CodeEmissionOrder.ComputationTime |
Specify when the code emitting order is computed.
|