Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h212 using LiveContextMap = llvm::DenseMap<void *, PyMlirContext *>; variable
213 static LiveContextMap &getLiveContexts();
DIRModules.cpp457 PyMlirContext::LiveContextMap &PyMlirContext::getLiveContexts() { in getLiveContexts()
458 static LiveContextMap liveContexts; in getLiveContexts()