Stmt Type
Represents an SSA statement.
Union cases
| Union case |
Description
|
|
Branch statement.
|
|
A label (as in an assembly language). LMark is only valid within a machine instruction.
|
|
Phi function.
|
|
This represents an instruction with side effects such as a system call.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDef
Returns: bool
|
|
Full Usage:
this.IsExternalCall
Returns: bool
|
|
Full Usage:
this.IsJmp
Returns: bool
|
|
Full Usage:
this.IsLMark
Returns: bool
|
|
Full Usage:
this.IsPhi
Returns: bool
|
|
Full Usage:
this.IsSideEffect
Returns: bool
|
|
B2R2