Searched refs:CacheIt (Results 1 – 7 of 7) sorted by relevance
22 auto CacheIt = CachedNames.find(FuncId); in SymbolOrNumber() local23 if (CacheIt != CachedNames.end()) in SymbolOrNumber()24 return CacheIt->second; in SymbolOrNumber()
460 SmallDenseMap<const Value *, bool, 8>::iterator CacheIt; in isNonEscapingLocalObject() local463 std::tie(CacheIt, Inserted) = IsCapturedCache->insert({V, false}); in isNonEscapingLocalObject()466 return CacheIt->second; in isNonEscapingLocalObject()478 CacheIt->second = Ret; in isNonEscapingLocalObject()
1068 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute() local1070 if (CacheIt != CacheMap.end() && CacheIt->second.anyKnown()) in compute()1071 CacheMap.erase(CacheIt); in compute()1096 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local1097 if (CacheIt != CacheMap.end()) in compute_()1098 return CacheIt->second; in compute_()
996 auto CacheIt = DbgPHICache.find(Dest); in salvageCopySSA() local997 if (CacheIt != DbgPHICache.end()) in salvageCopySSA()998 return CacheIt->second; in salvageCopySSA()
1917 std::map<SymbolRef, SymInfo>::iterator CacheIt = Cache.end(); in getSymbolInfo() local1922 std::tie(CacheIt, New) = Cache.insert({*Sym, {0, 0}}); in getSymbolInfo()1924 return CacheIt->second; in getSymbolInfo()1958 if (CacheIt != Cache.end()) in getSymbolInfo()1959 CacheIt->second = Ret; in getSymbolInfo()
1332 auto CacheIt = PenaltyCache.find(CacheKey); in format() local1333 if (DryRun && CacheIt != PenaltyCache.end()) in format()1334 return CacheIt->second; in format()
966 auto CacheIt = [&DIVarCache, V](const auto &Container) { in cacheDIVar() local973 CacheIt(findDbgDeclares(V)); in cacheDIVar()974 CacheIt(findDPVDeclares(V)); in cacheDIVar()