Lines Matching refs:rewriteLoopExitValues
107 void rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter);
467 // rewriteLoopExitValues.
493 // rewriteLoopExitValues - Optimize IV users outside the loop.
507 void IndVarSimplify::rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) {
2143 rewriteLoopExitValues(L, Rewriter);
2187 // rewriteLoopExitValues.