Searched refs:rawOpViewClassMapCache (Results 1 – 2 of 2) sorted by relevance
107 auto foundIt = rawOpViewClassMapCache.find(operationName); in lookupRawOpViewClass()108 if (foundIt != rawOpViewClassMapCache.end()) { in lookupRawOpViewClass()129 rawOpViewClassMapCache[operationName] = foundIt->second; in lookupRawOpViewClass()140 rawOpViewClassMapCache.clear(); in clearImportCache()
104 llvm::StringMap<pybind11::object> rawOpViewClassMapCache; variable