ISubstate<'Lattice> Type
Represents a substate for the LowUIR-based sparse dataflow analysis.
Instance members
| Instance member |
Description
|
|
The definition site queue for calculating the data flow.
|
Full Usage:
this.ExecutedFlows
Returns: HashSet<IVertex<LowUIRBasicBlock> * IVertex<LowUIRBasicBlock>>
Modifiers: abstract |
Executed edges during the data flow calculation.
|
|
Executed vertices during the data flow calculation.
|
Full Usage:
this.FlowQueue
Returns: UniqueQueue<IVertex<LowUIRBasicBlock> * IVertex<LowUIRBasicBlock>>
Modifiers: abstract |
The edge queue for calculating the data flow.
|
|
Get the abstract value at the given location.
|
B2R2