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.cpp943 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local
944 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in getNonLocalInfoForBlock()
974 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local
975 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in getNonLocalInfoForBlock()
1036 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1053 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1067 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1084 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1349 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1356 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1397 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
1399 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1514 PenaltyCache[CacheKey] = Penalty; in format()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1468 auto CacheKey = std::make_pair(Ty, ChildTypeID); in getVirtualTypeID() local
1469 auto It = VirtualTypeIDs.find(CacheKey); in getVirtualTypeID()
1485 VirtualTypeIDs.insert({CacheKey, TypeID}); in getVirtualTypeID()