Searched refs:EmptyKey (Results 1 – 12 of 12) sorted by relevance
54 P->getFirst() = EmptyKey; in clear()58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()63 P->getFirst() = EmptyKey; in clear()237 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach()260 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()272 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local274 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()292 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local445 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local469 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local[all …]
57 auto EmptyKey = DenseMapInfo<std::pair<uint64_t, uint64_t>>::getEmptyKey();58 return {EmptyKey.first, EmptyKey.second};
125 P->getFirst() = EmptyKey; in clear()129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()134 P->getFirst() = EmptyKey; in clear()379 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local381 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()399 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local596 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local620 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local622 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()943 const KeyT EmptyKey = this->getEmptyKey(); in swap() local[all …]
53 return Attribute::EmptyKey;
92 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
693 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local694 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey()3452 static ReachabilityQueryInfo<ToTy> EmptyKey; member3455 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()3475 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
1035 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
995 case Attribute::EmptyKey: in constructFunction()
903 static const IRPosition EmptyKey;1051 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
710 case Attribute::EmptyKey: in getAttrKindEncoding()
814 case Attribute::EmptyKey: in getAttrKindEncoding()
1690 case Attribute::EmptyKey: in getRawAttributeMask()