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

/haiku-buildtools/gcc/gcc/
H A Dira-costs.c1513 int *p_costs = p->cost, *q_costs = q->cost;
1530 if (add_cost > 0 && INT_MAX - add_cost < p_costs[k])
1531 p_costs[k] = INT_MAX;
1533 p_costs[k] += add_cost;
1770 int *a_costs, *p_costs;
1786 p_costs = COSTS (total_allocno_costs, parent_a_num)->cost;
1790 if (add_cost > 0 && INT_MAX - add_cost < p_costs[k])
1791 p_costs[k] = INT_MAX;
1793 p_costs[k] += add_cost;
1507 int *p_costs = p->cost, *q_costs = q->cost; local
1763 int *a_costs, *p_costs; local

Completed in 34 milliseconds