CallCFG Type
Call graph, where each node represents a function. This is essentially a
wrapper class of `IDiGraph
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
|
|
|
|
Full Usage:
this.FoldEdge
Parameters:
'a -> Edge<CallBasicBlock, CFGEdgeKind> -> 'a
acc : 'a
Returns: 'a
|
|
Full Usage:
this.FoldVertex
Parameters:
'a -> IVertex<CallBasicBlock> -> 'a
acc : 'a
Returns: 'a
|
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
|
|
|
|
|
|
Full Usage:
this.Size
Returns: int
|
|
|
|
|
|