Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h232 using LiveContextMap = llvm::DenseMap<void *, PyMlirContext *>; variable
233 static LiveContextMap &getLiveContexts();
H A DIRCore.cpp497 PyMlirContext::LiveContextMap &PyMlirContext::getLiveContexts() { in getLiveContexts()
498 static LiveContextMap liveContexts; in getLiveContexts()