| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 62 auto TombstoneKey = 64 return {TombstoneKey.first, TombstoneKey.second};
|
| /freebsd-14.2/contrib/llvm-project/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 …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicBlockSectionsProfileReader.h | 64 unsigned TombstoneKey = DenseMapInfo<unsigned>::getTombstoneKey(); 65 return UniqueBBID{TombstoneKey, TombstoneKey};
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 130 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 394 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 427 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 430 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 648 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 650 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() 674 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor() 971 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local 1024 !KeyInfoT::isEqual(NewB->getFirst(), TombstoneKey)) { in swap() 1083 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumeBundleQueries.h | 56 return Attribute::TombstoneKey;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 91 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1006 case Attribute::TombstoneKey: in constructFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 758 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local 759 return AA::RangeTy{TombstoneKey, TombstoneKey}; in getTombstoneKey() 3422 static ReachabilityQueryInfo<ToTy> TombstoneKey; member 3426 return &TombstoneKey; in getTombstoneKey() 3448 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::TombstoneKey = \
|
| H A D | Attributor.cpp | 1259 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 935 static const IRPosition TombstoneKey; 1074 return IRPosition::TombstoneKey;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 711 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 852 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1715 case Attribute::TombstoneKey: in getRawAttributeMask()
|