HomeSort by: relevance | last modified time | path
    Searched refs:min_profitable_estimate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 1867 int min_profitable_iters, min_profitable_estimate; local
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; local
4446 min_profitable_estimate = 0;
4466 min_profitable_estimate = threshold / scalar_single_iter_cost + 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 2384 int min_profitable_iters, min_profitable_estimate; local
2386 &min_profitable_estimate,
2425 /* The static profitablity threshold min_profitable_estimate includes
2431 if (min_profitable_estimate > min_profitable_iters
2440 min_profitable_estimate = min_profitable_iters;
2447 && min_profitable_estimate > (int) vect_vf_for_cost (loop_vinfo))
2473 < MAX (th, (unsigned) min_profitable_estimate)))
4608 int min_profitable_estimate; local
5210 min_profitable_estimate = 0;
5230 min_profitable_estimate = threshold / scalar_single_iter_cost + 1
    [all...]

Completed in 62 milliseconds