|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| ControlFlowGraph<I,T extends IBasicBlock<I>> | An interface that is common to the Shrike and SSA CFG implementations. |
| IBasicBlock<InstType> | An interface for a basic block in a control flow graph. |
| Class Summary | |
|---|---|
| AbstractCFG<I,T extends IBasicBlock<I>> | Common functionality for ControlFlowGraph implementations. |
| CFGSanitizer | Utility class to remove exceptional edges to exit() from a CFG |
| InducedCFG | A ControlFlowGraph computed from a set of SSAInstruction instructions. |
| ShrikeCFG | A graph of basic blocks. |
| Util | Convenience methods for navigating a ControlFlowGraph. |
This package provides control-flow graph utilities.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||