Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp308 bool predicateLoopExits(Loop *L, SCEVExpander &Rewriter);
1031 bool LoopPredication::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() function in LoopPredication
1244 Changed |= predicateLoopExits(L, Expander); in runOnLoop()
H A DIndVarSimplify.cpp162 bool predicateLoopExits(Loop *L, SCEVExpander &Rewriter);
1552 bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() function in IndVarSimplify
1797 if (predicateLoopExits(L, Rewriter)) { in run()