Lines Matching defs:this_loop_vinfo
1853 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo);
1856 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1888 if (LOOP_VINFO_USING_PARTIAL_VECTORS_P (this_loop_vinfo)
1910 if (!LOOP_VINFO_USING_PARTIAL_VECTORS_P (this_loop_vinfo))
1935 loop_vec_info this_loop_vinfo = as_a<loop_vec_info> (this->m_vinfo);
1938 struct loop *loop = LOOP_VINFO_LOOP (this_loop_vinfo);
1941 poly_int64 this_vf = LOOP_VINFO_VECT_FACTOR (this_loop_vinfo);
1957 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf;
1988 and if other_loop_vinfo is 1 unit worse than this_loop_vinfo
1989 for the estimated VF, we'd then choose this_loop_vinfo even
1990 though (a) this_loop_vinfo might not actually be better than
1994 Here we go for a hacky compromise: pick this_loop_vinfo if it is
1997 ensures that we only pick this_loop_vinfo if it is significantly