Searched refs:EmptyKey (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 50 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 54 P->getFirst() = EmptyKey; in clear() 58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 63 P->getFirst() = EmptyKey; in clear() 234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local 237 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach() 258 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 260 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 272 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local 274 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 57 auto EmptyKey = DenseMapInfo<std::pair<uint64_t, uint64_t>>::getEmptyKey(); 58 return {EmptyKey.first, EmptyKey.second};
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 125 P->getFirst() = EmptyKey; in clear() 129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 134 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 …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | AssumeBundleQueries.h | 53 return Attribute::EmptyKey;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 92 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 693 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local 694 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey() 3452 static ReachabilityQueryInfo<ToTy> EmptyKey; member 3455 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey() 3475 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
|
| H A D | Attributor.cpp | 1035 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 995 case Attribute::EmptyKey: in constructFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 903 static const IRPosition EmptyKey; 1051 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 710 case Attribute::EmptyKey: in getAttrKindEncoding()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 814 case Attribute::EmptyKey: in getAttrKindEncoding()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1690 case Attribute::EmptyKey: in getRawAttributeMask()
|