Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h131 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
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()
942 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
995 !KeyInfoT::isEqual(NewB->getFirst(), TombstoneKey)) { in swap()
1054 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h57 return Attribute::TombstoneKey;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h78 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h641 static const IRPosition TombstoneKey; member
790 return IRPosition::TombstoneKey;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp941 case Attribute::TombstoneKey: in constructFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp545 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp772 case Attribute::TombstoneKey: in getAttrKindEncoding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1199 case Attribute::TombstoneKey: in getRawAttributeMask()