SSAVarPoint Type
Represents an SSA variable point.
Union cases
| Union case |
Description
|
|
Everything except memory variable, i.e., register, temporary, stack var, etc.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMemorySSAVar
Returns: bool
|
|
Full Usage:
this.IsRegularSSAVar
Returns: bool
|
|
B2R2