Searched refs:regcost_a (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)
810 if (regcost_a != regcost_b)
812 if (regcost_a == MAX_COST)
822 if (regcost_a != regcost_b)
823 return regcost_a - regcost_b;
795 preferable(int cost_a, int regcost_a, int cost_b, int regcost_b) argument

Completed in 111 milliseconds