| /src/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 62 auto TombstoneKey = 64 return {TombstoneKey.first, TombstoneKey.second};
|
| /src/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 …]
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicBlockSectionsProfileReader.h | 64 unsigned TombstoneKey = DenseMapInfo<unsigned>::getTombstoneKey(); 65 return UniqueBBID{TombstoneKey, TombstoneKey};
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 130 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 407 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 410 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 443 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 446 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 664 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 666 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() 690 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor() 987 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumeBundleQueries.h | 56 return Attribute::TombstoneKey;
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 93 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1010 case Attribute::TombstoneKey: in constructFunction()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 759 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local 760 return AA::RangeTy{TombstoneKey, TombstoneKey}; in getTombstoneKey() 3425 static ReachabilityQueryInfo<ToTy> TombstoneKey; member 3429 return &TombstoneKey; in getTombstoneKey() 3451 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::TombstoneKey = \
|
| H A D | Attributor.cpp | 1259 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 936 static const IRPosition TombstoneKey; 1075 return IRPosition::TombstoneKey;
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 710 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 893 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1794 case Attribute::TombstoneKey: in getRawAttributeMask()
|