Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h197 size_t getLiveModuleCount();
DIRModules.cpp466 size_t PyMlirContext::getLiveModuleCount() { return liveModules.size(); } in getLiveModuleCount() function in PyMlirContext
2568 .def("_get_live_module_count", &PyMlirContext::getLiveModuleCount) in populateIRSubmodule()