|
MLIR 22.0.0git
|
#include "mlir/Bindings/Python/IRCore.h"
Public Member Functions | |
| PyRegionIterator (PyOperationRef operation, int nextIndex) | |
| PyRegionIterator & | dunderIter () |
| PyRegion | dunderNext () |
Static Public Member Functions | |
| static void | bind (nanobind::module_ &m) |
|
inline |
Definition at line 1372 of file IRCore.h.
Referenced by dunderIter().
|
static |
Definition at line 206 of file IRCore.cpp.
References dunderIter(), and dunderNext().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
inline |
| PyRegion mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyRegionIterator::dunderNext | ( | ) |
Definition at line 197 of file IRCore.cpp.
References mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyRegion::checkValid(), mlirOperationGetNumRegions(), and mlirOperationGetRegion().
Referenced by bind().