Home
last modified time | relevance | path

Searched refs:CacheKey (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp980 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local
981 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in getNonLocalInfoForBlock()
1011 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local
1012 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in getNonLocalInfoForBlock()
1073 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1090 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1119 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1143 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1408 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1415 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1339 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
1341 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1456 PenaltyCache[CacheKey] = Penalty; in format()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1453 auto CacheKey = std::make_pair(Ty, ChildTypeID); in getVirtualTypeID() local
1454 auto It = VirtualTypeIDs.find(CacheKey); in getVirtualTypeID()
1470 VirtualTypeIDs.insert({CacheKey, TypeID}); in getVirtualTypeID()