Searched refs:ThisBucket (Results 1 – 2 of 2) sorted by relevance
477 const BucketT *ThisBucket = BucketsPtr + BucketNo; in LookupBucketFor() local479 if (LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) { in LookupBucketFor()480 FoundBucket = ThisBucket; in LookupBucketFor()486 if (LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) { in LookupBucketFor()489 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()495 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor()497 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
672 const BucketT *ThisBucket = BucketsPtr + BucketNo; in LookupBucketFor() local674 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) { in LookupBucketFor()675 FoundBucket = ThisBucket; in LookupBucketFor()681 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) { in LookupBucketFor()684 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()690 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor()692 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()