HomeSort by relevance Sort by last modified time
    Searched refs:TombstoneKey (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
DenseMap.h 86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
89 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) {
252 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
255 !KeyInfoT::isEqual(P->first, TombstoneKey))
281 const KeyT TombstoneKey = getTombstoneKey();
284 !KeyInfoT::isEqual(B->first, TombstoneKey)) {
476 const KeyT TombstoneKey = getTombstoneKey();
478 !KeyInfoT::isEqual(Val, TombstoneKey) &&
502 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone)
746 const KeyT TombstoneKey = this->getTombstoneKey()
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 99 static const ComparableFunction TombstoneKey;
127 const ComparableFunction ComparableFunction::TombstoneKey =
140 return ComparableFunction::TombstoneKey;

Completed in 94 milliseconds