Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp410 auto &liveContexts = getLiveContexts(); in PyMlirContext()
419 getLiveContexts().erase(context.ptr); in ~PyMlirContext()
442 auto &liveContexts = getLiveContexts(); in forContext()
457 PyMlirContext::LiveContextMap &PyMlirContext::getLiveContexts() { in getLiveContexts() function in PyMlirContext
462 size_t PyMlirContext::getLiveCount() { return getLiveContexts().size(); } in getLiveCount()
DIRModules.h213 static LiveContextMap &getLiveContexts();