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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp159 bool rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter);
528 // rewriteLoopExitValues.
548 // rewriteLoopExitValues - Optimize IV users outside the loop.
585 bool IndVarSimplify::rewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { function in class:IndVarSimplify
695 LLVM_DEBUG(dbgs() << "rewriteLoopExitValues: AfterLoopVal = "
3057 Changed |= rewriteLoopExitValues(L, Rewriter);
3152 // rewriteLoopExitValues.

Completed in 66 milliseconds