HomeSort by: relevance | last modified time | path
    Searched defs:p_costs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 1629 int *p_costs = p->cost, *q_costs = q->cost;
1651 if (add_cost > 0 && INT_MAX - add_cost < p_costs[k])
1652 p_costs[k] = INT_MAX;
1654 p_costs[k] += add_cost;
1659 p_costs[k], add_cost);
2086 int *a_costs, *p_costs;
2102 p_costs = COSTS (total_allocno_costs, parent_a_num)->cost;
2106 if (add_cost > 0 && INT_MAX - add_cost < p_costs[k])
2107 p_costs[k] = INT_MAX;
2109 p_costs[k] += add_cost
1623 int *p_costs = p->cost, *q_costs = q->cost; local
2079 int *a_costs, *p_costs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 1621 int *p_costs = p->cost, *q_costs = q->cost;
1643 if (add_cost > 0 && INT_MAX - add_cost < p_costs[k])
1644 p_costs[k] = INT_MAX;
1646 p_costs[k] += add_cost;
1651 p_costs[k], add_cost);
1893 int *a_costs, *p_costs;
1909 p_costs = COSTS (total_allocno_costs, parent_a_num)->cost;
1913 if (add_cost > 0 && INT_MAX - add_cost < p_costs[k])
1914 p_costs[k] = INT_MAX;
1916 p_costs[k] += add_cost
1615 int *p_costs = p->cost, *q_costs = q->cost; local
1886 int *a_costs, *p_costs; local
    [all...]

Completed in 18 milliseconds