Lines Matching refs:nb_iterations_estimate
537 && wi::leu_p (exit_mod, loop->nb_iterations_estimate))
538 loop->nb_iterations_estimate -= exit_mod;
582 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate))
583 loop->nb_iterations_estimate -= exit_mod + 1;
636 loop->nb_iterations_estimate
637 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1);
1099 loop->nb_iterations_estimate
1100 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1);
1111 && loop->nb_iterations_estimate != 0)
1112 --loop->nb_iterations_estimate;