| Class | Description |
|---|---|
| FixedNodeRelativeFrequencyCache |
Compute relative frequencies for fixed nodes on the fly and cache them at
AbstractBeginNodes. |
| InferStamps | |
| MergeableState<T> | |
| PostOrderNodeIterator<T extends MergeableState<T>> |
A PostOrderNodeIterator iterates the fixed nodes of the graph in post order starting from a
specified fixed node.
|
| ReentrantBlockIterator | |
| ReentrantBlockIterator.BlockIteratorClosure<StateT> |
Abstract base class for reverse post order iteration over the
ControlFlowGraph. |
| ReentrantBlockIterator.LoopInfo<StateT> | |
| ReentrantNodeIterator | |
| ReentrantNodeIterator.LoopInfo<StateT> | |
| ReentrantNodeIterator.NodeIteratorClosure<StateT> | |
| ScheduledNodeIterator |
Iterates over a list of nodes, which usually comes from
StructuredGraph.ScheduleResult.getBlockToNodesMap(). |
| ScopedPostOrderNodeIterator | |
| StatelessPostOrderNodeIterator |
This iterator implements a reverse post order iteration over the fixed nodes in the graph,
starting at the given fixed node.
|