Searched refs:TombstoneKey (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| 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 …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | DenseMap.h | 121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 130 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 367 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 400 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 403 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 621 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 623 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() 647 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor() 944 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | AssumeBundleQueries.h | 56 return Attribute::TombstoneKey;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Attributes.h | 93 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | AttributorAttributes.cpp | 698 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local 699 return AA::RangeTy{TombstoneKey, TombstoneKey}; in getTombstoneKey() 3453 static ReachabilityQueryInfo<ToTy> TombstoneKey; member 3457 return &TombstoneKey; in getTombstoneKey() 3481 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::TombstoneKey = \
|
| D | Attributor.cpp | 1037 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | CodeExtractor.cpp | 996 case Attribute::TombstoneKey: in constructFunction()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| D | Attributor.h | 904 static const IRPosition TombstoneKey; 1053 return IRPosition::TombstoneKey;
|
| /openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 815 case Attribute::TombstoneKey: in getAttrKindEncoding()
|
| /openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 1691 case Attribute::TombstoneKey: in getRawAttributeMask()
|