Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp315 bool FoundBucket = false; in addOneCandidate() local
320 FoundBucket = true; in addOneCandidate()
325 if (!FoundBucket) { in addOneCandidate()