Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp310 bool predicateLoopExits(Loop *L, SCEVExpander &Rewriter);
1092 bool LoopPredication::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() function in LoopPredication
1311 Changed |= predicateLoopExits(L, Expander); in runOnLoop()
H A DIndVarSimplify.cpp165 bool predicateLoopExits(Loop *L, SCEVExpander &Rewriter);
1721 bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() function in IndVarSimplify
1965 if (predicateLoopExits(L, Rewriter)) { in run()