Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDcse.c795 preferable (int cost_a, int regcost_a, int cost_b, int regcost_b) in preferable() argument
799 if (cost_a != cost_b) in preferable()
801 if (cost_a == MAX_COST) in preferable()
817 if (cost_a != cost_b) in preferable()
818 return cost_a - cost_b; in preferable()