| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | UniqueBBID.h | 34 unsigned TombstoneKey = DenseMapInfo<unsigned>::getTombstoneKey(); 35 return UniqueBBID{TombstoneKey, TombstoneKey};
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 62 auto TombstoneKey = 64 return {TombstoneKey.first, TombstoneKey.second};
|
| /freebsd/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() 217 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local 221 !KeyInfoT::isEqual(K, TombstoneKey)) { in forEach() 241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 244 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 276 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 279 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 482 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 484 CHECK(!KeyInfoT::isEqual(Val, TombstoneKey)); in LookupBucketFor() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 148 const KeyT TombstoneKey = getTombstoneKey(); in clear() local 152 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 426 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 429 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 462 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 465 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 500 const KeyT TombstoneKey = getTombstoneKey(); in copyFrom() local 504 !KeyInfoT::isEqual(Buckets[I].getFirst(), TombstoneKey)) in copyFrom() 695 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 697 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumeBundleQueries.h | 57 return Attribute::TombstoneKey;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 95 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 763 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local 764 return AA::RangeTy{TombstoneKey, TombstoneKey}; in getTombstoneKey() 3467 static ReachabilityQueryInfo<ToTy> TombstoneKey; member 3471 return &TombstoneKey; in getTombstoneKey() 3493 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::TombstoneKey = \
|
| H A D | Attributor.cpp | 1267 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1022 case Attribute::TombstoneKey: in constructFunctionDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 948 LLVM_ABI static const IRPosition TombstoneKey; 1087 return IRPosition::TombstoneKey;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 717 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 954 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1836 case Attribute::TombstoneKey: in getRawAttributeMask()
|