Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h212 size_t getLiveModuleCount();
H A DIRCore.cpp514 size_t PyMlirContext::getLiveModuleCount() { return liveModules.size(); } in getLiveModuleCount() function in PyMlirContext
2244 .def("_get_live_module_count", &PyMlirContext::getLiveModuleCount) in populateIRCore()