HomeSort by relevance Sort by last modified time
    Searched refs:FoundBucket (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 221 bool FoundBucket = false;
226 FoundBucket = true;
231 if (!FoundBucket) {
  /external/llvm/include/llvm/ADT/
DenseMap.h 464 /// FoundBucket. If the bucket contains the key and a value, this returns
469 const BucketT *&FoundBucket) const {
474 FoundBucket = nullptr;
492 FoundBucket = ThisBucket;
501 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
519 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) {
523 FoundBucket = const_cast<BucketT *>(ConstFoundBucket);
    [all...]

Completed in 48 milliseconds