Searched refs:FoundVal (Results 1 – 5 of 5) sorted by relevance
415 bool FoundVal = LookupBucketFor(B->first, DestBucket); in grow() local416 (void)FoundVal; // silence warning. in grow()417 assert(!FoundVal && "Key already in new map?"); in grow()
2695 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB); in findLeaderForInst() local2696 if (!FoundVal) { in findLeaderForInst()2702 if (auto *SI = dyn_cast<StoreInst>(FoundVal)) in findLeaderForInst()2703 FoundVal = SI->getValueOperand(); in findLeaderForInst()2704 return FoundVal; in findLeaderForInst()2776 Value *FoundVal = nullptr; in makePossiblePHIOfOps() local2810 FoundVal = !SafeForPHIOfOps ? nullptr in makePossiblePHIOfOps()2814 if (!FoundVal) { in makePossiblePHIOfOps()2828 FoundVal = UndefValue::get(I->getType()); in makePossiblePHIOfOps()2832 PHIOps.push_back({FoundVal, PredBB}); in makePossiblePHIOfOps()[all …]
332 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local333 (void)FoundVal; // silence warning. in moveFromOldBuckets()334 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()
347 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local348 (void)FoundVal; // silence warning. in moveFromOldBuckets()349 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()
372 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local373 (void)FoundVal; // silence warning. in moveFromOldBuckets()374 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()