Class | Description |
---|---|
AssemFlowGraph |
Class that implements a FlowGraph for Assem instructions.
|
AssemNode |
Used to represent the nodes in AssemFlowGraphs.
|
FlowGraph |
A control flow graph is a directed graph in which each edge
indicates a possible flow of control.
|