ISSAVertexCallback Type
Callback interface for SSA vertex creation.
Instance members
| Instance member |
Description
|
Full Usage:
this.OnVertexCreation
Parameters:
SSACFG
arg1 : State<Lattice>
arg2 : IVertex<SSABasicBlock>
Modifiers: abstract |
When a new SSA vertex is created, this callback is called. The current SSACFG as well as the stack pointer propagation analysis is also provided for the callback so that one can use it to easily compute stack local variables.
|
B2R2