Searched refs:rewriteFirstIterationLoopExitValues (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp160 bool rewriteFirstIterationLoopExitValues(Loop *L);
766 // rewriteFirstIterationLoopExitValues: Rewrite loop exit values if we know
774 bool IndVarSimplify::rewriteFirstIterationLoopExitValues(Loop *L) { function in class:IndVarSimplify
3150 // rewriteFirstIterationLoopExitValues does not rely on the computation of
3153 Changed |= rewriteFirstIterationLoopExitValues(L);

Completed in 102 milliseconds