SubState<'L, 'ExeCtx> Type
Represents a sub-state for the context-sensitive data-flow analysis.
Instance members
| Instance member |
Description
|
Full Usage:
this.DefSiteQueue
Returns: UniqueQueue<SensitiveProgramPoint<'ExeCtx>>
Modifiers: abstract |
The definition site queue for calculating the data flow.
|
Full Usage:
this.ExecutedFlows
Returns: HashSet<IVertex<LowUIRBasicBlock> * 'ExeCtx * IVertex<LowUIRBasicBlock>>
Modifiers: abstract |
Executed edges during the data flow calculation.
|
Full Usage:
this.ExecutedVertices
Returns: HashSet<IVertex<LowUIRBasicBlock> * 'ExeCtx>
Modifiers: abstract |
Executed vertices during the data flow calculation.
|
Full Usage:
this.FlowQueue
Returns: UniqueQueue<IVertex<LowUIRBasicBlock> * 'ExeCtx * IVertex<LowUIRBasicBlock>>
Modifiers: abstract |
The edge queue for calculating the data flow.
|
Full Usage:
this.SetAbsValue
Parameters:
SensitiveVarPoint<'ExeCtx>
arg1 : 'L
Modifiers: abstract |
Get the abstract value at the given location.
|
B2R2