Home | History | Annotate | Download | only in gcc

Lines Matching defs:spill_cost

2004 /* Propagate ALLOCNO_HARD_REG_COSTS from A to PARENT_A.  Use SPILL_COST
2009 int spill_cost)
2012 if (ira_caller_save_loop_spill_p (parent_a, a, spill_cost))
2028 parent_costs[i] += spill_cost;
2032 parent_costs[i] += MIN (costs[i], spill_cost);
2067 int spill_cost = INT_MAX;
2069 spill_cost = (border_costs.spill_inside_loop_cost ()
2079 Doing that has cost SPILL_COST. */
2083 if (!ira_caller_save_loop_spill_p (parent_a, a, spill_cost))
2099 ira_propagate_hard_reg_costs (parent_a, a, spill_cost);
2107 += MIN (ALLOCNO_CLASS_COST (a), spill_cost);