Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp410 auto &liveContexts = getLiveContexts(); in PyMlirContext() local
411 liveContexts[context.ptr] = this; in PyMlirContext()
442 auto &liveContexts = getLiveContexts(); in forContext() local
443 auto it = liveContexts.find(context.ptr); in forContext()
444 if (it == liveContexts.end()) { in forContext()
449 liveContexts[context.ptr] = unownedContextWrapper; in forContext()
458 static LiveContextMap liveContexts; in getLiveContexts() local
459 return liveContexts; in getLiveContexts()