Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/Support/
H A DSCEVAffinator.h58 using CacheKey = std::pair<const llvm::SCEV *, llvm::BasicBlock *>;
61 llvm::DenseMap<CacheKey, PWACtx> CachedExpressions;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp942 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local
943 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in getNonLocalInfoForBlock()
973 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock() local
974 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in getNonLocalInfoForBlock()
1035 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1052 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1080 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1104 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1369 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1376 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1272 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
1274 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1388 PenaltyCache[CacheKey] = Penalty; in format()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1351 auto CacheKey = std::make_pair(Ty, ChildTypeID); in getVirtualTypeID() local
1352 auto It = VirtualTypeIDs.find(CacheKey); in getVirtualTypeID()
1379 VirtualTypeIDs.insert({CacheKey, TypeID}); in getVirtualTypeID()