Home | History | Annotate | Download | only in gcc

Lines Matching refs:vector_costs

1773 vector_costs::add_stmt_cost (int count, vect_cost_for_stmt kind,
1786 vector_costs::finish_cost (const vector_costs *)
1797 vector_costs::record_stmt_cost (stmt_vec_info stmt_info,
1811 vector_costs::adjust_cost_for_freq (stmt_vec_info stmt_info,
1831 vector_costs::better_main_loop_than_p (const vector_costs *other) const
1850 vector_costs::better_epilogue_loop_than_p (const vector_costs *other,
1933 vector_costs::compare_inside_loop_cost (const vector_costs *other) const
1957 poly_int64 rel_this = this_loop_vinfo->vector_costs->body_cost () * other_vf;
1959 = other_loop_vinfo->vector_costs->body_cost () * this_vf;
2024 vector_costs::compare_outside_loop_cost (const vector_costs *other) const