Searched refs:spill_add_cost (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dreload1.c1617 static int spill_add_cost[FIRST_PSEUDO_REGISTER];
1636 spill_add_cost[r] += freq;
1657 memset (spill_add_cost, 0, sizeof spill_add_cost);
1710 spill_add_cost[r] -= REG_FREQ (reg);
1758 this_cost += spill_add_cost[regno + j];
1811 gcc_assert (spill_add_cost[best_reg + i] == 0);
1609 static int spill_add_cost[FIRST_PSEUDO_REGISTER]; variable

Completed in 171 milliseconds