Searched refs:CacheIt (Results 1 – 10 of 10) sorted by relevance
22 auto CacheIt = CachedNames.find(FuncId); in SymbolOrNumber() local23 if (CacheIt != CachedNames.end()) in SymbolOrNumber()24 return CacheIt->second; in SymbolOrNumber()
570 auto CacheIt = Cache->SyntaxHighlights.find(FID); in SyntaxHighlight() local571 if (CacheIt != Cache->SyntaxHighlights.end()) { in SyntaxHighlight()572 for (const RelexRewriteCache::RawHighlight &H : CacheIt->second) { in SyntaxHighlight()742 auto CacheIt = Cache->MacroHighlights.find(FID); in HighlightMacros() local743 if (CacheIt != Cache->MacroHighlights.end()) { in HighlightMacros()744 for (const RelexRewriteCache::Highlight &H : CacheIt->second) { in HighlightMacros()
291 auto [CacheIt, IsNew] = Cache.insert(std::make_pair(Callee, false)); in isACallToEnsureFn()293 CacheIt->second = EnsureFunctionVisitor().Visit(Body); in isACallToEnsureFn()294 return CacheIt->second; in isACallToEnsureFn()
524 auto CacheIt = Cache.find(S); in WithCachedResult() local525 if (CacheIt != Cache.end()) in WithCachedResult()526 return CacheIt->second; in WithCachedResult()
1204 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute() local1206 if (CacheIt != CacheMap.end() && CacheIt->second.anyKnown()) in compute()1207 CacheMap.erase(CacheIt); in compute()1238 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local1239 if (CacheIt != CacheMap.end()) in compute_()1240 return CacheIt->second; in compute_()
201 auto [CacheIt, Inserted] = in getCapturesBefore()204 return CacheIt->second; in getCapturesBefore()209 CacheIt->second = Ret; in getCapturesBefore()
1063 auto CacheIt = DbgPHICache.find(Dest); in salvageCopySSA() local1064 if (CacheIt != DbgPHICache.end()) in salvageCopySSA()1065 return CacheIt->second; in salvageCopySSA()
1919 std::map<SymbolRef, SymInfo>::iterator CacheIt = Cache.end(); in getSymbolInfo() local1924 std::tie(CacheIt, New) = Cache.try_emplace(*Sym); in getSymbolInfo()1926 return CacheIt->second; in getSymbolInfo()1960 if (CacheIt != Cache.end()) in getSymbolInfo()1961 CacheIt->second = Ret; in getSymbolInfo()
1399 auto CacheIt = PenaltyCache.find(CacheKey); in format() local1400 if (DryRun && CacheIt != PenaltyCache.end()) in format()1401 return CacheIt->second; in format()
549 auto CacheIt = [&DIVarCache, V](const auto &Container) { in cacheDIVar() local556 CacheIt(findDbgDeclares(V)); in cacheDIVar()557 CacheIt(findDVRDeclares(V)); in cacheDIVar()