| /llvm-project-15.0.7/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 62 auto TombstoneKey = 64 return {TombstoneKey.first, TombstoneKey.second};
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 50 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 D | VirtualInstruction.h | 326 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 D | DenseMap.h | 132 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 D | SymbolID.h | 85 static clang::clangd::SymbolID TombstoneKey("TOMBSTONEKEY"); 86 return TombstoneKey;
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ReverseIterationTest.cpp | 70 static PtrLikeInt TombstoneKey; in getTombstoneKey() local 71 return &TombstoneKey; in getTombstoneKey()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | AssumeBundleQueries.h | 56 return Attribute::TombstoneKey;
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 91 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 773 static const IRPosition TombstoneKey; 922 return IRPosition::TombstoneKey;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 996 case Attribute::TombstoneKey: in constructFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 839 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 739 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 788 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1662 case Attribute::TombstoneKey: in getRawAttributeMask()
|