ISSAAccessible Type
Interface for a basic block containing a sequence of SSA statements.
Instance members
| Instance member |
Description
|
|
Get the last SSA statement of the basic block.
|
|
Prepend a phi statement to the basic block.
|
|
Return a sequence of SSA statements along with their program points.
|
Full Usage:
this.UpdatePPoints
Modifiers: abstract |
Update program points. This must be called after updating SSA stmts. |
|
Update SSA statements.
|
B2R2