IScheme<'Lattice> Type
Represents the core interface for SSA-based data flow analysis.
Instance members
| Instance member |
Description
|
|
|
Full Usage:
this.Transfer
Parameters:
Stmt
arg1 : IDiGraph<SSABasicBlock, CFGEdgeKind>
arg2 : IVertex<SSABasicBlock>
Modifiers: abstract |
The transfer function, which computes the next abstract value from the current abstract value by executing the given 'WorkUnit.
|
|
B2R2