IDataFlowComputable<'AbsLoc, 'AbsVal, 'Provider, 'V> Type
Represents a data-flow analysis that runs under the abstract interpretation framework, where abstract values of type 'AbsVal are stored at abstract locations of type 'AbsLoc.
Instance members
| Instance member |
Description
|
Full Usage:
this.Compute
Parameters:
IDiGraph<'V, CFGEdgeKind>
Returns: 'Provider
Modifiers: abstract |
Performs the dataflow analysis on the given CFG until a fixed point is reached.
|
B2R2