|
MLIR 22.0.0git
|
Wrapper around an MlirRegion. More...
#include "mlir/Bindings/Python/IRCore.h"
Public Member Functions | |
| PyRegion (PyOperationRef parentOperation, MlirRegion region) | |
| operator MlirRegion () const | |
| MlirRegion | get () |
| PyOperationRef & | getParentOperation () |
| void | checkValid () |
Wrapper around an MlirRegion.
Regions are managed completely by their containing operation. Unlike the C++ API, the python API does not support detached regions.
|
inline |
Definition at line 774 of file IRCore.h.
References mlirRegionIsNull().
|
inline |
Definition at line 783 of file IRCore.h.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyRegionIterator::dunderNext(), and mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
inline |
Definition at line 780 of file IRCore.h.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
inline |
Definition at line 781 of file IRCore.h.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
inline |