Home
last modified time | relevance | path

Searched refs:target_pres_cost (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dcfgloopanal.c507 unsigned target_pres_cost; /* The cost for register when there are not too many variable
537 target_pres_cost = 2 * target_small_cost; in init_set_costs()
560 cost += target_pres_cost * size; in global_cost_for_size()
563 cost += target_pres_cost * size; in global_cost_for_size()
Dcfgloop.h374 extern unsigned target_pres_cost; /* The cost for register when there are
Dtree-ssa-loop-ivopts.c4442 fprintf (dump_file, " target_pres_cost %d\n", target_pres_cost); in determine_set_costs()
DChangeLog-200415079 target_pres_cost, target_spill_cost): Declare.
15083 target_pres_cost, target_spill_cost): ... and exported.