Home
last modified time | relevance | path

Searched refs:TombstoneKey (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
89 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) { in clear()
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
237 !KeyInfoT::isEqual(P->first, TombstoneKey)) in destroyAll()
263 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
266 !KeyInfoT::isEqual(B->first, TombstoneKey)) { in moveFromOldBuckets()
456 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
458 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor()
483 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone) in LookupBucketFor()
727 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
[all …]
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp99 static const ComparableFunction TombstoneKey; member in __anon3b6a0e560111::ComparableFunction
127 const ComparableFunction ComparableFunction::TombstoneKey = member in __anon3b6a0e560111::ComparableFunction
140 return ComparableFunction::TombstoneKey; in getTombstoneKey()