Home | History | Annotate | Download | only in Scalar

Lines Matching full:exitval

577         Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst);
579 DEBUG(dbgs() << "INDVARS: RLEV: AfterLoopVal = " << *ExitVal << '\n'
582 if (!isValidRewrite(Inst, ExitVal)) {
583 DeadInsts.push_back(ExitVal);
589 PN->setIncomingValue(i, ExitVal);
600 PN->replaceAllUsesWith(ExitVal);