Searched refs:pick_lowest_cost_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc2995 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)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c2551 bool pick_lowest_cost_p = ((autovec_flags & VECT_COMPARE_COSTS) local
2573 /* When pick_lowest_cost_p is true, we should in principle iterate
2648 else if (pick_lowest_cost_p && first_loop_vinfo)
2716 pick_lowest_cost_p to replace it. */
2718 || pick_lowest_cost_p));
2722 if (!simdlen && !vect_epilogues && !pick_lowest_cost_p)

Completed in 141 milliseconds