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

/haiku-buildtools/gcc/gcc/
H A Dira-costs.c1770 int *a_costs, *p_costs;
1785 a_costs = COSTS (total_allocno_costs, a_num)->cost;
1789 add_cost = a_costs[k];
1809 a_costs = COSTS (costs, a_num)->cost;
1812 add_cost = a_costs[k];
1917 int *a_costs = COSTS (costs, a_num)->cost;
1936 allocno_cost = a_costs[k];
1942 allocno_cost = MAX (allocno_cost, a_costs[k]);
1971 (a_costs[ind] - ALLOCNO_CLASS_COST (a))
1976 a_costs[
1763 int *a_costs, *p_costs; local
1910 int *a_costs = COSTS (costs, a_num)->cost; local
[all...]
H A Dira-color.c1681 int *a_costs;
1712 a_costs = ALLOCNO_UPDATED_HARD_REG_COSTS (a);
1718 if (a_costs != NULL)
1720 costs[i] += a_costs[i];
1721 full_costs[i] += a_costs[i];
1678 int *a_costs; local

Completed in 52 milliseconds