Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp320 bool predicateLoopExits(Loop *L, SCEVExpander &Rewriter);
1100 bool LoopPredication::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() function in LoopPredication
1319 Changed |= predicateLoopExits(L, Expander); in runOnLoop()
H A DIndVarSimplify.cpp164 bool predicateLoopExits(Loop *L, SCEVExpander &Rewriter);
1841 bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits() function in IndVarSimplify
2085 if (predicateLoopExits(L, Rewriter)) { in run()