Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ExitVal

597         Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst);
599 DEBUG(dbgs() << "INDVARS: RLEV: AfterLoopVal = " << *ExitVal << '\n'
602 if (!isValidRewrite(Inst, ExitVal)) {
603 DeadInsts.push_back(ExitVal);
609 PN->setIncomingValue(i, ExitVal);
619 PN->replaceAllUsesWith(ExitVal);