Searched refs:FoundVal (Results 1 – 2 of 2) sorted by relevance
2646 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB); in findLeaderForInst() local2647 if (!FoundVal) { in findLeaderForInst()2653 if (auto *SI = dyn_cast<StoreInst>(FoundVal)) in findLeaderForInst()2654 FoundVal = SI->getValueOperand(); in findLeaderForInst()2655 return FoundVal; in findLeaderForInst()2727 Value *FoundVal = nullptr; in makePossiblePHIOfOps() local2761 FoundVal = !SafeForPHIOfOps ? nullptr in makePossiblePHIOfOps()2765 if (!FoundVal) { in makePossiblePHIOfOps()2779 FoundVal = UndefValue::get(I->getType()); in makePossiblePHIOfOps()2783 PHIOps.push_back({FoundVal, PredBB}); in makePossiblePHIOfOps()[all …]
406 bool FoundVal = LookupBucketFor(B->getFirst(), DestBucket); in moveFromOldBuckets() local407 (void)FoundVal; // silence warning. in moveFromOldBuckets()408 assert(!FoundVal && "Key already in new map?"); in moveFromOldBuckets()