SSAVarBasedDataFlowAnalysis<'Lattice> Type
SSA variable-based data flow analysis framework, which is based on the idea of sparse conditional constant propagation algorithm by Wegman et al.
Constructors
Constructor | Description |
Full Usage:
SSAVarBasedDataFlowAnalysis(hdl, analysis)
Parameters:
BinHandle
analysis : ISSAVarBasedDataFlowAnalysis<'Lattice>
Returns: SSAVarBasedDataFlowAnalysis<'Lattice>
|
|