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