Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-costs.c74 static struct costs *total_allocno_costs; variable
1601 fprintf (f, ",%d", COSTS (total_allocno_costs, i)->cost[k]); in print_allocno_costs()
1606 fprintf (f, ",%d", COSTS (total_allocno_costs, i)->mem_cost); in print_allocno_costs()
1749 memcpy (total_allocno_costs, costs, in find_costs_and_classes()
1813 a_costs = COSTS (total_allocno_costs, a_num)->cost; in find_costs_and_classes()
1814 p_costs = COSTS (total_allocno_costs, parent_a_num)->cost; in find_costs_and_classes()
1823 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost; in find_costs_and_classes()
1826 < COSTS (total_allocno_costs, in find_costs_and_classes()
1828 COSTS (total_allocno_costs, parent_a_num)->mem_cost in find_costs_and_classes()
1831 COSTS (total_allocno_costs, parent_a_num)->mem_cost in find_costs_and_classes()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc75 static struct costs *total_allocno_costs; variable
1689 fprintf (f, ",%d", COSTS (total_allocno_costs, i)->cost[k]); in print_allocno_costs()
1694 fprintf (f, ",%d", COSTS (total_allocno_costs, i)->mem_cost); in print_allocno_costs()
1837 memcpy (total_allocno_costs, costs, in find_costs_and_classes()
1901 a_costs = COSTS (total_allocno_costs, a_num)->cost; in find_costs_and_classes()
1902 p_costs = COSTS (total_allocno_costs, parent_a_num)->cost; in find_costs_and_classes()
1911 add_cost = COSTS (total_allocno_costs, a_num)->mem_cost; in find_costs_and_classes()
1914 < COSTS (total_allocno_costs, in find_costs_and_classes()
1916 COSTS (total_allocno_costs, parent_a_num)->mem_cost in find_costs_and_classes()
1919 COSTS (total_allocno_costs, parent_a_num)->mem_cost in find_costs_and_classes()
[all …]
H A DChangeLog-200911106 total_allocno_costs.