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

/haiku-buildtools/gcc/gcc/
H A Dira-costs.c1744 int best_cost, allocno_cost;
1926 allocno_cost = best_cost;
1936 allocno_cost = a_costs[k];
1942 allocno_cost = MAX (allocno_cost, a_costs[k]);
1945 ALLOCNO_CLASS_COST (a) = allocno_cost;
1737 int best_cost, allocno_cost; local

Completed in 40 milliseconds