IVarBasedDataFlowAnalysis<'Lattice> Type
The core interface for IR-based data flow analysis.
Instance members
Instance member | Description |
Full Usage:
this.Bottom
Returns: 'Lattice
Modifiers: abstract |
|
Full Usage:
this.EvalExpr
Parameters:
VarBasedDataFlowState<'Lattice>
arg1 : ProgramPoint
arg2 : Expr
Returns: 'Lattice
Modifiers: abstract |
|
Full Usage:
this.Join
Parameters:
'Lattice
arg1 : 'Lattice
Returns: 'Lattice
Modifiers: abstract |
|
Full Usage:
this.OnInitialize
Parameters:
VarBasedDataFlowState<'Lattice>
Returns: VarBasedDataFlowState<'Lattice>
Modifiers: abstract |
|
Full Usage:
this.Subsume
Parameters:
'Lattice
arg1 : 'Lattice
Returns: bool
Modifiers: abstract |