ISSAVarBasedDataFlowAnalysis<'Lattice> Type
The core interface for SSA-based data flow analysis.
Instance members
Instance member | Description |
Full Usage:
this.Bottom
Returns: 'Lattice
Modifiers: abstract |
|
Full Usage:
this.EvalExpr
Parameters:
SSAVarBasedDataFlowState<'Lattice>
arg1 : Expr
Returns: 'Lattice
Modifiers: abstract |
|
Full Usage:
this.Join
Parameters:
'Lattice
arg1 : 'Lattice
Returns: 'Lattice
Modifiers: abstract |
|
Full Usage:
this.OnInitialize
Parameters:
SSAVarBasedDataFlowState<'Lattice>
Returns: SSAVarBasedDataFlowState<'Lattice>
Modifiers: abstract |
|
Full Usage:
this.Subsume
Parameters:
'Lattice
arg1 : 'Lattice
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Transfer
Parameters:
IDiGraph<SSABasicBlock, CFGEdgeKind>
arg1 : IVertex<SSABasicBlock>
arg2 : ProgramPoint
arg3 : Stmt
arg4 : SSAVarBasedDataFlowState<'Lattice>
Modifiers: abstract |
|
|