Home
last modified time | relevance | path

Searched refs:temp_costs (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-costs.cc64 #define temp_costs \ macro
1862 int *i_costs = temp_costs->cost; in find_costs_and_classes()
1870 memcpy (temp_costs, COSTS (costs, i), struct_costs_size); in find_costs_and_classes()
1871 i_mem_cost = temp_costs->mem_cost; in find_costs_and_classes()
1878 memset (temp_costs, 0, struct_costs_size); in find_costs_and_classes()
2295 temp_costs = NULL; in ira_init_costs_once()
2337 temp_costs = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()
DChangeLog-201021369 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
DChangeLog-201129951 `temp_costs->mem_cost'.