Home
last modified time | relevance | path

Searched refs:PyRegionList (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp225 class PyRegionList { class
227 PyRegionList(PyOperationRef operation) : operation(std::move(operation)) {} in PyRegionList() function in __anon7f4419ab0111::PyRegionList
245 py::class_<PyRegionList>(m, "RegionSequence", py::module_local()) in bind()
246 .def("__len__", &PyRegionList::dunderLen) in bind()
247 .def("__getitem__", &PyRegionList::dunderGetItem); in bind()
2573 return PyRegionList( in populateIRCore()
3194 PyRegionList::bind(m); in populateIRCore()