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

/haiku-buildtools/gcc/gcc/
H A Dira-costs.c1750 int equiv_savings = regno_equiv_gains[i];
1827 else if (equiv_savings < 0)
1828 i_mem_cost = -equiv_savings;
1829 else if (equiv_savings > 0)
1833 i_costs[k] += equiv_savings;
1743 int equiv_savings = regno_equiv_gains[i]; local

Completed in 41 milliseconds