Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp142 class IndVarSimplify { class
173 IndVarSimplify(LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, in IndVarSimplify() function in __anon8bb146580111::IndVarSimplify
212 bool IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN) { in handleFloatingPointIV()
406 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs()
438 bool IndVarSimplify::rewriteFirstIterationLoopExitValues(Loop *L) { in rewriteFirstIterationLoopExitValues()
595 bool IndVarSimplify::simplifyAndExtend(Loop *L, in simplifyAndExtend()
1063 bool IndVarSimplify::
1208 bool IndVarSimplify::sinkUnusedInvariants(Loop *L) { in sinkUnusedInvariants()
1397 bool IndVarSimplify::optimizeLoopExits(Loop *L, SCEVExpander &Rewriter) { in optimizeLoopExits()
1724 bool IndVarSimplify::run(Loop *L) { in run()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1575 SRCS_MIN+= Transforms/Scalar/IndVarSimplify.cpp