Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDreload1.c1609 static int spill_add_cost[FIRST_PSEUDO_REGISTER]; variable
1628 spill_add_cost[r] += freq; in count_pseudo()
1649 memset (spill_add_cost, 0, sizeof spill_add_cost); in order_regs_for_reload()
1701 spill_add_cost[r] -= REG_FREQ (reg); in count_spilled_pseudo()
1749 this_cost += spill_add_cost[regno + j]; in find_reg()
1802 gcc_assert (spill_add_cost[best_reg + i] == 0); in find_reg()