Searched defs:ExitVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp540 Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst); local
542 DEBUG(dbgs() << "INDVARS: RLEV: AfterLoopVal = " << *ExitVal << '\n'
545 if (!isValidRewrite(Inst, ExitVal)) {
546 DeadInsts.push_back(ExitVal);
552 PN->setIncomingValue(i, ExitVal);
561 PN->replaceAllUsesWith(ExitVal);

Completed in 66 milliseconds