Searched refs:CacheKey (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 975 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 976 RemoveFromReverseMap(ReverseNonLocalPtrDeps, ScanPos, CacheKey); in GetNonLocalInfoForBlock() 1001 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local 1002 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock() 1062 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local 1075 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB() 1089 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB() 1110 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB() 1364 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB() 1371 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 321 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local 323 auto CacheIt = PenaltyCache.find(CacheKey); in format() 452 PenaltyCache[CacheKey] = Penalty; in format()
|