Home
last modified time | relevance | path

Searched refs:init_cost (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDira-costs.c65 #define init_cost \ macro
1235 memcpy (op_costs[i], init_cost, struct_costs_size); in record_operand_costs()
1958 init_cost = NULL; in ira_init_costs_once()
1973 free (init_cost); in free_ira_costs()
1974 init_cost = NULL; in free_ira_costs()
1997 init_cost = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()
1998 init_cost->mem_cost = 1000000; in ira_init_costs()
2000 init_cost->cost[i] = 1000000; in ira_init_costs()
/dragonfly/contrib/gcc-8.0/gcc/
HDira-costs.c61 #define init_cost \ macro
1303 memcpy (op_costs[i], init_cost, struct_costs_size); in record_operand_costs()
2157 init_cost = NULL; in ira_init_costs_once()
2196 init_cost = (struct costs *) xmalloc (max_struct_costs_size); in ira_init_costs()
2197 init_cost->mem_cost = 1000000; in ira_init_costs()
2199 init_cost->cost[i] = 1000000; in ira_init_costs()
HDtree-vectorizer.h1145 init_cost (struct loop *loop_info) in init_cost() function
1147 return targetm.vectorize.init_cost (loop_info); in init_cost()
HDtree-vect-loop.c1115 : vec_info (vec_info::loop, init_cost (loop_in)), in _loop_vec_info()
1440 void *target_cost_data = init_cost (loop); in vect_compute_single_scalar_iteration_cost()
2568 = init_cost (LOOP_VINFO_LOOP (loop_vinfo)); in vect_analyze_loop_2()
HDtree-vect-slp.c2687 : vec_info (vec_info::bb, init_cost (NULL)), in _bb_vec_info()
HDtarget.def1973 (init_cost,