Searched refs:EmptyKey (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/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() 217 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in forEach() local 220 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach() 241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 243 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 255 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local 257 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | UniqueBBID.h | 30 unsigned EmptyKey = DenseMapInfo<unsigned>::getEmptyKey(); 31 return UniqueBBID{EmptyKey, EmptyKey};
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 142 const KeyT EmptyKey = getEmptyKey(); in clear() local 146 P->getFirst() = EmptyKey; in clear() 151 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 156 P->getFirst() = EmptyKey; in clear() 426 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 428 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 441 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local 443 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty() 461 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local 464 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets() [all …]
|
| /freebsd/contrib/llvm-project/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};
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumeBundleQueries.h | 54 return Attribute::EmptyKey;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 94 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 758 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local 759 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey() 3466 static ReachabilityQueryInfo<ToTy> EmptyKey; member 3469 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey() 3487 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
|
| H A D | Attributor.cpp | 1265 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1021 case Attribute::EmptyKey: in constructFunctionDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 947 LLVM_ABI static const IRPosition EmptyKey; 1085 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 716 case Attribute::EmptyKey: in getAttrKindEncoding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 953 case Attribute::EmptyKey: in getAttrKindEncoding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1835 case Attribute::EmptyKey: in getRawAttributeMask()
|