Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h198 static size_t getLiveCount();
H A DIRCore.cpp502 size_t PyMlirContext::getLiveCount() { return getLiveContexts().size(); } in getLiveCount() function in PyMlirContext
2236 .def_static("_get_live_count", &PyMlirContext::getLiveCount) in populateIRCore()