Searched refs:target_pres_cost (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A 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;
560 cost += target_pres_cost * size;
563 cost += target_pres_cost * size;
H A Dcfgloop.h374 extern unsigned target_pres_cost; /* The cost for register when there are
H A Dtree-ssa-loop-ivopts.c4442 fprintf (dump_file, " target_pres_cost %d\n", target_pres_cost);

Completed in 125 milliseconds