Searched refs:LiveContextMap (Results 1 – 2 of 2) sorted by relevance
232 using LiveContextMap = llvm::DenseMap<void *, PyMlirContext *>; variable233 static LiveContextMap &getLiveContexts();
497 PyMlirContext::LiveContextMap &PyMlirContext::getLiveContexts() { in getLiveContexts()498 static LiveContextMap liveContexts; in getLiveContexts()