Searched refs:LiveContextMap (Results 1 – 2 of 2) sorted by relevance
212 using LiveContextMap = llvm::DenseMap<void *, PyMlirContext *>; variable213 static LiveContextMap &getLiveContexts();
457 PyMlirContext::LiveContextMap &PyMlirContext::getLiveContexts() { in getLiveContexts()458 static LiveContextMap liveContexts; in getLiveContexts()