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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp114 void RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter);
467 // RewriteLoopExitValues - Optimize IV users outside the loop.
471 /// RewriteLoopExitValues - Check to see if this loop has a computable
481 void IndVarSimplify::RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { function in class:IndVarSimplify
1852 RewriteLoopExitValues(L, Rewriter);

Completed in 75 milliseconds