B2R2.BinIR.SSA Namespace
Contains the definition of the SSA (Static Single Assignment) IR used in B2R2, which can be translated from LowUIR.
| Type/Module | Description |
|
Provides a set of functions for constructing SSA expressions and statements.
|
|
|
Provides utility functions for SSA expressions. |
|
|
Represents the SSA IR (Static Single Assignment IR) expressions, which are mostly similar to LowUIR expressions. |
|
|
SSA statement post-processor. |
|
|
Represents a jump kind of SSA's Jmp statement. |
|
|
Provides utility functions for SSA statements. |
|
|
Represents an SSA statement. |
|
|
Provides utility functions for SSA variables. |
|
|
Represents SSA variables that always have their own identifier. |
|
|
Provides utility functions for SSA variable kinds. |
|
|
Represents the destination of an assignment statement. |
B2R2