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