Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h126 P->getFirst() = EmptyKey; in clear()
130 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
135 P->getFirst() = EmptyKey; in clear()
379 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
381 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
399 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
596 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
620 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
622 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()
941 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h54 return Attribute::EmptyKey;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h77 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h640 static const IRPosition EmptyKey; member
788 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp940 case Attribute::EmptyKey: in constructFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp543 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp771 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1198 case Attribute::EmptyKey: in getRawAttributeMask()