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

  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 65 #define temp_costs \ macro
2062 int *i_costs = temp_costs->cost;
2070 memcpy (temp_costs, COSTS (costs, i), struct_costs_size);
2071 i_mem_cost = temp_costs->mem_cost;
2078 memset (temp_costs, 0, struct_costs_size);
2518 temp_costs = NULL;
2560 temp_costs = (struct costs *) xmalloc (max_struct_costs_size);
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 64 #define temp_costs \ macro
1869 int *i_costs = temp_costs->cost;
1877 memcpy (temp_costs, COSTS (costs, i), struct_costs_size);
1878 i_mem_cost = temp_costs->mem_cost;
1885 memset (temp_costs, 0, struct_costs_size);
2304 temp_costs = NULL;
2346 temp_costs = (struct costs *) xmalloc (max_struct_costs_size);

Completed in 30 milliseconds