Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_dense_map.h50 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 …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
HDUniqueID.h57 auto EmptyKey = DenseMapInfo<std::pair<uint64_t, uint64_t>>::getEmptyKey();
58 return {EmptyKey.first, EmptyKey.second};
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDenseMap.h121 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()
407 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
409 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
422 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
424 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
442 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
445 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicBlockSectionsProfileReader.h60 unsigned EmptyKey = DenseMapInfo<unsigned>::getEmptyKey();
61 return UniqueBBID{EmptyKey, EmptyKey};
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAssumeBundleQueries.h53 return Attribute::EmptyKey;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.h92 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1009 case Attribute::EmptyKey: in constructFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp754 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local
755 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey()
3424 static ReachabilityQueryInfo<ToTy> EmptyKey; member
3427 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()
3445 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
HDAttributor.cpp1257 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h935 static const IRPosition EmptyKey;
1073 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp709 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp892 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1793 case Attribute::EmptyKey: in getRawAttributeMask()