Home
last modified time | relevance | path

Searched refs:TombstoneKey (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h62 auto TombstoneKey =
64 return {TombstoneKey.first, TombstoneKey.second};
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h50 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 DBasicBlockSectionsProfileReader.h64 unsigned TombstoneKey = DenseMapInfo<unsigned>::getTombstoneKey();
65 return UniqueBBID{TombstoneKey, TombstoneKey};
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h121 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 DAssumeBundleQueries.h56 return Attribute::TombstoneKey;
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h93 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1010 case Attribute::TombstoneKey: in constructFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp759 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 DAttributor.cpp1259 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h936 static const IRPosition TombstoneKey;
1075 return IRPosition::TombstoneKey;
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp710 case Attribute::TombstoneKey: in getAttrKindEncoding()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp893 case Attribute::TombstoneKey: in getAttrKindEncoding()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1794 case Attribute::TombstoneKey: in getRawAttributeMask()