Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUniqueBBID.h34 unsigned TombstoneKey = DenseMapInfo<unsigned>::getTombstoneKey();
35 return UniqueBBID{TombstoneKey, TombstoneKey};
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h62 auto TombstoneKey =
64 return {TombstoneKey.first, TombstoneKey.second};
/freebsd/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()
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 DDenseMap.h148 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 DAssumeBundleQueries.h57 return Attribute::TombstoneKey;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h95 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp763 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 DAttributor.cpp1267 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1022 case Attribute::TombstoneKey: in constructFunctionDeclaration()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h948 LLVM_ABI static const IRPosition TombstoneKey;
1087 return IRPosition::TombstoneKey;
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp717 case Attribute::TombstoneKey: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp954 case Attribute::TombstoneKey: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1836 case Attribute::TombstoneKey: in getRawAttributeMask()