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

/freebsd-10.1-release/contrib/gcc/
H A Dpostreload.c273 int this_cost; local
303 this_cost = rtx_cost (this_rtx, SET);
311 this_cost = rtx_cost (this_rtx, SET);
315 this_cost = REGISTER_MOVE_COST (GET_MODE (this_rtx),
324 if (this_cost < old_cost
325 || (this_cost == old_cost
346 old_cost = this_cost, did_change = 1;
H A Dreload1.c1752 int this_cost = spill_cost[regno];
1758 this_cost += spill_add_cost[regno + j];
1766 this_cost--;
1768 this_cost--;
1769 if (this_cost < best_cost
1772 || (this_cost == best_cost
1783 best_cost = this_cost;
1743 int this_cost = spill_cost[regno]; local

Completed in 65 milliseconds