Searched refs:total_cost (Results 1 – 6 of 6) sorted by relevance
1110 gcov_type total_cost; member1215 SW (bb)->total_cost = 0; in place_prologue_for_one_component()1231 || SW (bb)->total_cost > SW (bb)->own_cost) in place_prologue_for_one_component()1233 SW (bb)->total_cost = SW (bb)->own_cost; in place_prologue_for_one_component()1242 SW (bb)->total_cost = SW (bb)->own_cost; in place_prologue_for_one_component()1254 SW (parent)->total_cost += SW (bb)->total_cost; in place_prologue_for_one_component()1258 && SW (parent)->total_cost <= SW (parent)->own_cost) in place_prologue_for_one_component()
776 unsigned total_cost = 0; in determine_max_movement() local791 total_cost += 1; in determine_max_movement()805 total_cost += def_data->cost; in determine_max_movement()810 min_cost = MIN (min_cost, total_cost); in determine_max_movement()843 if (total_cost - min_cost >= 2 * LIM_EXPENSIVE in determine_max_movement()845 && total_cost / min_cost <= 2)) in determine_max_movement()
1511 unsigned int total_cost () const;1591 vector_costs::total_cost () const
3995 scalar_single_iter_cost = loop_vinfo->scalar_costs->total_cost (); in vect_estimate_min_profitable_iters()
5432 (vector_costs::total_cost): New function.
24013 condition cost to PHI cost instead of total_cost.