Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1006 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1007 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in GetNonLocalInfoForBlock()
1033 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1034 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock()
1094 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1107 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1134 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1154 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1407 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1414 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1022 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
1024 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1132 PenaltyCache[CacheKey] = Penalty; in format()