Home | History | Annotate | Download | only in gcc

Lines Matching refs:min_profitable_estimate

1867   int min_profitable_iters, min_profitable_estimate;
1869 &min_profitable_estimate,
1908 /* The static profitablity threshold min_profitable_estimate includes
1914 if (min_profitable_estimate > min_profitable_iters
1923 min_profitable_estimate = min_profitable_iters;
1930 && min_profitable_estimate > (int) vect_vf_for_cost (loop_vinfo))
1956 < MAX (th, (unsigned) min_profitable_estimate)))
3909 int min_profitable_estimate;
4446 min_profitable_estimate = 0;
4466 min_profitable_estimate = threshold / scalar_single_iter_cost + 1;
4469 min_profitable_estimate = (min_vec_niters * assumed_vf
4475 min_profitable_estimate = ((vec_outside_cost + scalar_outside_cost)
4482 min_profitable_estimate = MAX (min_profitable_estimate, min_profitable_iters);
4486 min_profitable_estimate);
4488 *ret_min_profitable_estimate = min_profitable_estimate;