Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h122 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
131 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()
939 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h57 return Attribute::TombstoneKey;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h79 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h569 static const IRPosition TombstoneKey; member
718 return IRPosition::TombstoneKey;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp940 case Attribute::TombstoneKey: in constructFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp331 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp768 case Attribute::TombstoneKey: in getAttrKindEncoding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1231 case Attribute::TombstoneKey: in getRawAttributeMask()