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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c797 preferable (int cost_a, int regcost_a, int cost_b, int regcost_b)
801 if (cost_a != cost_b)
805 if (cost_b == MAX_COST)
819 if (cost_a != cost_b)
820 return cost_a - cost_b;
795 preferable(int cost_a, int regcost_a, int cost_b, int regcost_b) argument

Completed in 78 milliseconds