Lines Matching full:increment
45 MaxInc("max-reroll-increment", cl::init(2048), cl::Hidden,
46 cl::desc("The maximum increment for loop rerolling"));
73 // of isomorphic DAGs of instructions, with each DAG rooted at some increment
81 // %iv.1 = add %iv, 1 <-- a root increment
83 // %iv.2 = add %iv, 2 <-- a root increment
85 // %iv.scale_m_1 = add %iv, scale-1 <-- a root increment
170 // Map between induction variable and its increment
421 // All increment instructions for IV.
425 // used in the loop increment mechanism).
427 // Map between induction variable and its increment
1411 // %iv.1 = add %iv, 1 <-- a root increment
1413 // %iv.2 = add %iv, 2 <-- a root increment
1415 // %iv.scale_m_1 = add %iv, scale-1 <-- a root increment
1428 // First, we collect the use set of %iv, excluding the other increment roots.
1445 // Finally, we make sure that all loop instructions are either loop increment