Searched refs:new_loop_vinfo (Results 1 – 3 of 3) sorted by relevance
2381 vect_better_loop_vinfo_p (loop_vec_info new_loop_vinfo, in vect_better_loop_vinfo_p() argument2384 struct loop *loop = LOOP_VINFO_LOOP (new_loop_vinfo); in vect_better_loop_vinfo_p()2387 poly_int64 new_vf = LOOP_VINFO_VECT_FACTOR (new_loop_vinfo); in vect_better_loop_vinfo_p()2412 poly_widest_int rel_new = (new_loop_vinfo->vec_inside_cost in vect_better_loop_vinfo_p()2441 widest_int estimated_rel_new = (new_loop_vinfo->vec_inside_cost in vect_better_loop_vinfo_p()2452 if (new_loop_vinfo->vec_outside_cost != old_loop_vinfo->vec_outside_cost) in vect_better_loop_vinfo_p()2453 return new_loop_vinfo->vec_outside_cost < old_loop_vinfo->vec_outside_cost; in vect_better_loop_vinfo_p()2462 vect_joust_loop_vinfos (loop_vec_info new_loop_vinfo, in vect_joust_loop_vinfos() argument2465 if (!vect_better_loop_vinfo_p (new_loop_vinfo, old_loop_vinfo)) in vect_joust_loop_vinfos()2471 GET_MODE_NAME (new_loop_vinfo->vector_mode), in vect_joust_loop_vinfos()
2804 vect_better_loop_vinfo_p (loop_vec_info new_loop_vinfo, in vect_better_loop_vinfo_p() argument2807 struct loop *loop = LOOP_VINFO_LOOP (new_loop_vinfo); in vect_better_loop_vinfo_p()2810 poly_int64 new_vf = LOOP_VINFO_VECT_FACTOR (new_loop_vinfo); in vect_better_loop_vinfo_p()2823 const auto *new_costs = new_loop_vinfo->vector_costs; in vect_better_loop_vinfo_p()2834 vect_joust_loop_vinfos (loop_vec_info new_loop_vinfo, in vect_joust_loop_vinfos() argument2837 if (!vect_better_loop_vinfo_p (new_loop_vinfo, old_loop_vinfo)) in vect_joust_loop_vinfos()2843 GET_MODE_NAME (new_loop_vinfo->vector_mode), in vect_joust_loop_vinfos()
24985 has a variable VF, prefer new_loop_vinfo if it is cheaper for the