Home
last modified time | relevance | path

Searched refs:rewriteLoopExitValues (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp148 bool rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter);
564 bool IndVarSimplify::rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { in rewriteLoopExitValues() function in IndVarSimplify
2669 Changed |= rewriteLoopExitValues(L, Rewriter); in run()