Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp214 bool FoundBucket = false; in runOnLoop() local
221 FoundBucket = true; in runOnLoop()
226 if (!FoundBucket) { in runOnLoop()
/external/llvm/include/llvm/ADT/
DDenseMap.h479 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
484 FoundBucket = nullptr; in LookupBucketFor()
502 FoundBucket = ThisBucket; in LookupBucketFor()
511 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
529 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
533 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()