Searched refs:this_vf (Results 1 – 1 of 1) sorted by relevance
1854 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo); in better_epilogue_loop_than_p() local1876 = estimated_poly_value (this_vf, POLY_VALUE_LIKELY); in better_epilogue_loop_than_p()1897 = estimated_poly_value (this_vf, POLY_VALUE_MAX); in better_epilogue_loop_than_p()1939 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo); in compare_inside_loop_cost() local1947 if (known_le (estimated_max_niter, this_vf)) in compare_inside_loop_cost()1948 this_vf = estimated_max_niter; in compare_inside_loop_cost()1957 = other_loop_vinfo->vector_costs->body_cost () * this_vf; in compare_inside_loop_cost()