Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp128 class IndVarSimplify { class
163 IndVarSimplify(LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, in IndVarSimplify() function in __anonc22e0b5a0111::IndVarSimplify
202 bool IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN) { in handleFloatingPointIV()
396 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs()
428 bool IndVarSimplify::rewriteFirstIterationLoopExitValues(Loop *L) { in rewriteFirstIterationLoopExitValues()
586 bool IndVarSimplify::simplifyAndExtend(Loop *L, in simplifyAndExtend()
938 bool IndVarSimplify::
1082 bool IndVarSimplify::sinkUnusedInvariants(Loop *L) { in sinkUnusedInvariants()
1414 bool IndVarSimplify::canonicalizeExitCondition(Loop *L) { in canonicalizeExitCondition()
1548 bool IndVarSimplify::optimizeLoopExits(Loop *L, SCEVExpander &Rewriter) { in optimizeLoopExits()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1824 SRCS_MIN+= Transforms/Scalar/IndVarSimplify.cpp