Home
last modified time | relevance | path

Searched refs:EmptyKey (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
126 P->getFirst() = EmptyKey; in clear()
130 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
135 P->getFirst() = EmptyKey; in clear()
364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
366 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
379 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
381 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
399 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
402 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h54 return Attribute::EmptyKey;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h78 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h568 static const IRPosition EmptyKey; member
716 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp939 case Attribute::EmptyKey: in constructFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp329 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp767 case Attribute::EmptyKey: in getAttrKindEncoding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1230 case Attribute::EmptyKey: in getRawAttributeMask()