|
MLIR
22.0.0git
|
This class represents the numbering entry of an operation. More...
#include "Bytecode/Writer/IRNumbering.h"
Public Member Functions | |
| OperationNumbering (unsigned number) | |
Public Attributes | |
| unsigned | number |
| The number assigned to this operation. More... | |
| std::optional< bool > | isIsolatedFromAbove |
| A flag indicating if this operation's regions are isolated. More... | |
This class represents the numbering entry of an operation.
Definition at line 134 of file IRNumbering.h.
|
inline |
Definition at line 135 of file IRNumbering.h.
| std::optional<bool> mlir::bytecode::detail::OperationNumbering::isIsolatedFromAbove |
A flag indicating if this operation's regions are isolated.
If unset, the operation isn't yet known to be isolated.
Definition at line 142 of file IRNumbering.h.
| unsigned mlir::bytecode::detail::OperationNumbering::number |
The number assigned to this operation.
Definition at line 138 of file IRNumbering.h.