Searched refs:CacheIt (Results 1 – 6 of 6) sorted by relevance
22 auto CacheIt = CachedNames.find(FuncId); in SymbolOrNumber() local23 if (CacheIt != CachedNames.end()) in SymbolOrNumber()24 return CacheIt->second; in SymbolOrNumber()
475 SmallDenseMap<const Value *, bool, 8>::iterator CacheIt; in isNonEscapingLocalObject() local478 std::tie(CacheIt, Inserted) = IsCapturedCache->insert({V, false}); in isNonEscapingLocalObject()481 return CacheIt->second; in isNonEscapingLocalObject()493 CacheIt->second = Ret; in isNonEscapingLocalObject()
1026 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute() local1028 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()1029 CacheMap.erase(CacheIt); in compute()1054 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local1055 if (CacheIt != CacheMap.end()) in compute_()1056 return CacheIt->second; in compute_()
1541 std::map<SymbolRef, SymInfo>::iterator CacheIt = Cache.end(); in getSymbolInfo() local1546 std::tie(CacheIt, New) = Cache.insert({*Sym, {0, 0}}); in getSymbolInfo()1548 return CacheIt->second; in getSymbolInfo()1582 if (CacheIt != Cache.end()) in getSymbolInfo()1583 CacheIt->second = Ret; in getSymbolInfo()
980 auto CacheIt = DbgPHICache.find(Dest); in salvageCopySSA() local981 if (CacheIt != DbgPHICache.end()) in salvageCopySSA()982 return CacheIt->second; in salvageCopySSA()
1296 auto CacheIt = PenaltyCache.find(CacheKey); in format() local1297 if (DryRun && CacheIt != PenaltyCache.end()) in format()1298 return CacheIt->second; in format()