|
MLIR 23.0.0git
|
#include "mlir/Bindings/Python/IRCore.h"
Public Member Functions | |
| PyBlockIterator (PyOperationRef operation, MlirBlock next) | |
| PyBlockIterator & | dunderIter () |
| nanobind::typed< nanobind::object, PyBlock > | dunderNext () |
Static Public Member Functions | |
| static void | bind (nanobind::module_ &m) |
|
inline |
Definition at line 1416 of file IRCore.h.
Referenced by dunderIter().
|
static |
Definition at line 262 of file IRCore.cpp.
References dunderIter(), and dunderNext().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
inline |
| nb::typed< nb::object, PyBlock > mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyBlockIterator::dunderNext | ( | ) |
Definition at line 249 of file IRCore.cpp.
References mlirBlockGetNextInRegion(), and mlirBlockIsNull().
Referenced by bind().