Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp314 bool FoundBucket = false; in runOnLoop() local
319 FoundBucket = true; in runOnLoop()
324 if (!FoundBucket) { in runOnLoop()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h604 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
609 FoundBucket = nullptr; in LookupBucketFor()
627 FoundBucket = ThisBucket; in LookupBucketFor()
636 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
654 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
658 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()