Home | History | Annotate | Download | only in Scalar

Lines Matching full:exitval

538         Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst);
540 DEBUG(dbgs() << "INDVARS: RLEV: AfterLoopVal = " << *ExitVal << '\n'
543 if (!isValidRewrite(Inst, ExitVal)) {
544 DeadInsts.push_back(ExitVal);
550 PN->setIncomingValue(i, ExitVal);
559 PN->replaceAllUsesWith(ExitVal);