Home | History | Annotate | Download | only in gcc

Lines Matching defs:spill_cost

1687 static int spill_cost[FIRST_PSEUDO_REGISTER];
1689 /* When spilling multiple hard registers, we use SPILL_COST for the first
1724 spill_cost[r + nregs] += freq;
1728 /* Calculate the SPILL_COST and SPILL_ADD_COST arrays and determine the
1741 memset (spill_cost, 0, sizeof spill_cost);
1783 update SPILL_COST/SPILL_ADD_COST. */
1810 spill_cost[r + nregs] -= freq;
1857 int this_cost = spill_cost[regno];
1947 gcc_assert (spill_cost[best_reg + i] == 0);