Searched refs:IndVarSimplify (Results 1 – 2 of 2) sorted by relevance
128 class IndVarSimplify { class163 IndVarSimplify(LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, in IndVarSimplify() function in __anonc22e0b5a0111::IndVarSimplify202 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 …]
1824 SRCS_MIN+= Transforms/Scalar/IndVarSimplify.cpp