SSACFG Type
SSA-based CFG, where each node contains SSA-based basic blocks. This is a
wrapper class of `IDiGraph
Constructors
Constructor | Description |
|
Instance members
Instance member | Description |
Full Usage:
this.AddEdge
Parameters:
IVertex<SSABasicBlock>
dst : IVertex<SSABasicBlock>
label : CFGEdgeKind
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.FindDef
Parameters:
IVertex<SSABasicBlock>
targetVarKind : VariableKind
Returns: Stmt option
|
|
Full Usage:
this.FindEdge
Parameters:
IVertex<SSABasicBlock>
dst : IVertex<SSABasicBlock>
Returns: Edge<SSABasicBlock, CFGEdgeKind>
|
|
Full Usage:
this.FindReachingDef
Parameters:
IVertex<SSABasicBlock>
targetVarKind : VariableKind
Returns: Stmt option
|
|
Full Usage:
this.FindVertex
Parameters:
IVertex<SSABasicBlock> -> bool
Returns: IVertex<SSABasicBlock>
|
|
|
|
Full Usage:
this.FoldEdge
Parameters:
'a -> Edge<SSABasicBlock, CFGEdgeKind> -> 'a
acc : 'a
Returns: 'a
|
|
Full Usage:
this.FoldVertex
Parameters:
'a -> IVertex<SSABasicBlock> -> 'a
acc : 'a
Returns: 'a
|
|
Full Usage:
this.GetPredEdges
Parameters:
IVertex<SSABasicBlock>
Returns: Edge<SSABasicBlock, CFGEdgeKind>[]
|
|
|
|
Full Usage:
this.GetSuccEdges
Parameters:
IVertex<SSABasicBlock>
Returns: Edge<SSABasicBlock, CFGEdgeKind>[]
|
|
|
|
|
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Size
Returns: int
|
|
Full Usage:
this.TryFindEdge
Parameters:
IVertex<SSABasicBlock>
dst : IVertex<SSABasicBlock>
Returns: Edge<SSABasicBlock, CFGEdgeKind> option
|
|
Full Usage:
this.TryFindVertex
Parameters:
IVertex<SSABasicBlock> -> bool
Returns: IVertex<SSABasicBlock> option
|
|
|
|
|
|
|
|