Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h629 const BucketT *ThisBucket = BucketsPtr + BucketNo; in LookupBucketFor() local
631 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) { in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
638 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) { in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
647 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor()
649 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()