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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 2995 bool pick_lowest_cost_p = ((autovec_flags & VECT_COMPARE_COSTS) local
3011 lowest cost if pick_lowest_cost_p. */
3043 else if (pick_lowest_cost_p
3061 if (!simdlen && !pick_lowest_cost_p)
3141 if (pick_lowest_cost_p)
3172 pick_lowest_cost_p to replace it, so commit to the
3174 if (!pick_lowest_cost_p)
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 3636 bool pick_lowest_cost_p = ((autovec_flags & VECT_COMPARE_COSTS) local
3652 lowest cost if pick_lowest_cost_p. */
3684 else if (pick_lowest_cost_p
3702 if (!simdlen && !pick_lowest_cost_p)
3785 if (pick_lowest_cost_p)
3816 pick_lowest_cost_p to replace it, so commit to the
3818 if (!pick_lowest_cost_p)

Completed in 134 milliseconds