Lines Matching refs:IndVarSimplify
128 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()
1718 bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) { in predicateLoopExits()
1885 bool IndVarSimplify::run(Loop *L) { in run()
2054 IndVarSimplify IVS(&AR.LI, &AR.SE, &AR.DT, DL, &AR.TLI, &AR.TTI, AR.MSSA, in run()