Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp235 if (!ReverseMap.empty()) in reverseLookupFilename()
236 return ReverseMap.lookup(DestPath); in reverseLookupFilename()
254 ReverseMap[Value] = *Key; in reverseLookupFilename()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1926 ReverseMap[It->second.ID.Value] = Ori; in find()
1943 ReverseMap[It->ID.Value] = Ori; in find()
2096 *static_cast<const AtomicConstraint *>(ReverseMap[A.Value]), in Subsumes()
2097 *static_cast<const AtomicConstraint *>(ReverseMap[B.Value])); in Subsumes()
2100 static_cast<const FoldExpandedConstraint *>(ReverseMap[A.Value]), in Subsumes()
2101 static_cast<const FoldExpandedConstraint *>(ReverseMap[B.Value])); in Subsumes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h210 llvm::DenseMap<uint16_t, void *> ReverseMap; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap() argument
94 ReverseMap.find(Inst); in RemoveFromReverseMap()
95 assert(InstIt != ReverseMap.end() && "Reverse map out of sync?"); in RemoveFromReverseMap()
100 ReverseMap.erase(InstIt); in RemoveFromReverseMap()