IDataFlowAnalysis<'AbsLoc, 'AbsVal, 'State, 'V> Type
Data-flow analysis that runs under the abstract interpretation framework. Abstract values are represented by 'AbsVal, which is stored in an abstract location 'AbsLoc.
Instance members
Instance member | Description |
Full Usage:
this.Compute
Parameters:
IDiGraph<'V, CFGEdgeKind>
arg1 : 'State
Returns: 'State
Modifiers: abstract |
|
Full Usage:
this.InitializeState
Parameters:
IVertex<'V> seq
Returns: 'State
Modifiers: abstract |