Searched refs:target_spill_cost (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dcfgloopanal.c509 unsigned target_spill_cost; /* The cost for register when we need to spill. */ variable
544 target_spill_cost = seq_cost (seq);
564 cost += target_spill_cost * n_uses * (regs_needed - target_avail_regs) / regs_needed;
H A Dcfgloop.h376 extern unsigned target_spill_cost; /* The cost for register when we need
H A Dtree-ssa-loop-ivopts.c3601 fprintf (dump_file, " other %d\n", (int) target_spill_cost);
3655 return target_spill_cost;
3672 return target_spill_cost;
3682 /* Bound the cost by target_spill_cost. The parts of complicated
3686 return cost < target_spill_cost ? cost : target_spill_cost;
3733 return target_spill_cost;
4443 fprintf (dump_file, " target_spill_cost %d\n", target_spill_cost);
H A Dtree-scalar-evolution.c2883 return force_expr_to_var_cost (expr) >= target_spill_cost;

Completed in 112 milliseconds