Searched refs:FoundBucket (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h604 /// FoundBucket. If the bucket contains the key and a value, this returns
609 const BucketT *&FoundBucket) const {
614 FoundBucket = nullptr;
632 FoundBucket = ThisBucket;
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp314 bool FoundBucket = false; local
319 FoundBucket = true;
324 if (!FoundBucket) {

Completed in 77 milliseconds