Home
last modified time | relevance | path

Searched refs:TombstoneKey (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h62 auto TombstoneKey =
64 return {TombstoneKey.first, TombstoneKey.second};
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h50 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
59 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local
238 !KeyInfoT::isEqual(K, TombstoneKey)) { in forEach()
258 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
261 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
293 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
296 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
470 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
472 CHECK(!KeyInfoT::isEqual(Val, TombstoneKey)); in LookupBucketFor()
[all …]
/llvm-project-15.0.7/polly/include/polly/Support/
H A DVirtualInstruction.h326 polly::VirtualInstruction TombstoneKey;
327 TombstoneKey.Stmt = DenseMapInfo<polly::ScopStmt *>::getTombstoneKey();
328 TombstoneKey.Inst = DenseMapInfo<Instruction *>::getTombstoneKey();
329 return TombstoneKey;
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h132 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
369 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
402 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
405 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets()
623 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
625 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor()
649 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor()
946 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
999 !KeyInfoT::isEqual(NewB->getFirst(), TombstoneKey)) { in swap()
1058 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolID.h85 static clang::clangd::SymbolID TombstoneKey("TOMBSTONEKEY");
86 return TombstoneKey;
/llvm-project-15.0.7/llvm/unittests/Support/
H A DReverseIterationTest.cpp70 static PtrLikeInt TombstoneKey; in getTombstoneKey() local
71 return &TombstoneKey; in getTombstoneKey()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h56 return Attribute::TombstoneKey;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h91 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h773 static const IRPosition TombstoneKey;
922 return IRPosition::TombstoneKey;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp996 case Attribute::TombstoneKey: in constructFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp839 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp739 case Attribute::TombstoneKey: in getAttrKindEncoding()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp788 case Attribute::TombstoneKey: in getAttrKindEncoding()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1662 case Attribute::TombstoneKey: in getRawAttributeMask()