Searched refs:max_struct_costs_size (Results 1 – 3 of 3) sorted by relevance
59 #define max_struct_costs_size \ macro1750 max_struct_costs_size * ira_allocnos_num); in find_costs_and_classes()2236 max_struct_costs_size in ira_init_costs()2240 init_cost = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2246 op_costs[i] = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2247 this_op_costs[i] = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2249 temp_costs = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2260 costs = (struct costs *) ira_allocate (max_struct_costs_size in init_costs()2290 total_allocno_costs = (struct costs *) ira_allocate (max_struct_costs_size in ira_costs()
60 #define max_struct_costs_size \ macro1838 max_struct_costs_size * ira_allocnos_num); in find_costs_and_classes()2324 max_struct_costs_size in ira_init_costs()2328 init_cost = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2334 op_costs[i] = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2335 this_op_costs[i] = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2337 temp_costs = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()2348 costs = (struct costs *) ira_allocate (max_struct_costs_size in init_costs()2378 total_allocno_costs = (struct costs *) ira_allocate (max_struct_costs_size in ira_costs()
21369 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)