SSAEdges Type
Represents SSA edges in a CFG.
Constructors
| Constructor |
Description
|
Full Usage:
SSAEdges(ssaCFG)
Parameters:
IDiGraphAccessible<SSABasicBlock, CFGEdgeKind>
Returns: SSAEdges
|
|
Instance members
| Instance member |
Description
|
|
Gets a mapping from an SSA var to its def stmt.
|
|
Gets a mapping from an SSA var to a set of use locations.
|
B2R2