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

  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 2062 int *i_costs = temp_costs->cost;
2129 if (add_cost > 0 && INT_MAX - add_cost < i_costs[k])
2130 i_costs[k] = INT_MAX;
2132 i_costs[k] += add_cost;
2160 i_costs[k] += equiv_savings;
2171 if (i_costs[k] < best_cost)
2173 best_cost = i_costs[k];
2176 else if (i_costs[k] == best_cost)
2186 && i_costs[k] <= i_mem_cost
2055 int *i_costs = temp_costs->cost; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 1869 int *i_costs = temp_costs->cost;
1936 if (add_cost > 0 && INT_MAX - add_cost < i_costs[k])
1937 i_costs[k] = INT_MAX;
1939 i_costs[k] += add_cost;
1956 i_costs[k] += equiv_savings;
1967 if (i_costs[k] < best_cost)
1969 best_cost = i_costs[k];
1972 else if (i_costs[k] == best_cost)
1982 && i_costs[k] <= i_mem_cost
1862 int *i_costs = temp_costs->cost; local

Completed in 45 milliseconds