Home
last modified time | relevance | path

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

/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/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()