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

/freebsd-10.0-release/contrib/gcc/
H A Dcfgloopanal.c506 unsigned target_small_cost; /* The cost for register when there is a free one. */ variable
536 target_small_cost = seq_cost (seq);
537 target_pres_cost = 2 * target_small_cost;
558 cost += target_small_cost * size;
H A Dcfgloop.h372 extern unsigned target_small_cost; /* The cost for register when there
H A Dtree-ssa-loop-ivopts.c4441 fprintf (dump_file, " target_small_cost %d\n", target_small_cost);

Completed in 80 milliseconds