Home
last modified time | relevance | path

Searched refs:CacheIt (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dfunc-id-helper.cpp22 auto CacheIt = CachedNames.find(FuncId); in SymbolOrNumber() local
23 if (CacheIt != CachedNames.end()) in SymbolOrNumber()
24 return CacheIt->second; in SymbolOrNumber()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp664 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute() local
666 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()
667 CacheMap.erase(CacheIt); in compute()
685 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local
686 if (CacheIt != CacheMap.end()) in compute_()
687 return CacheIt->second; in compute_()
DBasicAliasAnalysis.cpp684 auto CacheIt = AliasCache.find(LocPair(LocA, LocB)); in alias() local
685 if (CacheIt != AliasCache.end()) in alias()
686 return CacheIt->second; in alias()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp765 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute() local
767 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()
768 CacheMap.erase(CacheIt); in compute()
789 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local
790 if (CacheIt != CacheMap.end()) in compute_()
791 return CacheIt->second; in compute_()
DBasicAliasAnalysis.cpp776 auto CacheIt = AliasCache.find(LocPair(LocA, LocB)); in alias() local
777 if (CacheIt != AliasCache.end()) in alias()
778 return CacheIt->second; in alias()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1141 std::map<SymbolRef, SymInfo>::iterator CacheIt = Cache.end(); in getSymbolInfo() local
1146 std::tie(CacheIt, New) = Cache.insert({*Sym, {0, 0}}); in getSymbolInfo()
1148 return CacheIt->second; in getSymbolInfo()
1182 if (CacheIt != Cache.end()) in getSymbolInfo()
1183 CacheIt->second = Ret; in getSymbolInfo()
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp805 auto CacheIt = PenaltyCache.find(CacheKey); in format() local
806 if (DryRun && CacheIt != PenaltyCache.end()) in format()
807 return CacheIt->second; in format()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp395 auto CacheIt = Cache.find(Cond); in FindLIVLoopCondition() local
396 if (CacheIt != Cache.end()) in FindLIVLoopCondition()
397 return CacheIt->second; in FindLIVLoopCondition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp416 auto CacheIt = Cache.find(Cond); in FindLIVLoopCondition() local
417 if (CacheIt != Cache.end()) in FindLIVLoopCondition()
418 return CacheIt->second; in FindLIVLoopCondition()