Searched refs:this_cost (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dpostreload.c317 int this_cost; local
347 this_cost = set_src_cost (this_rtx, speed);
355 this_cost = set_src_cost (this_rtx, speed);
359 this_cost = register_move_cost (GET_MODE (this_rtx),
368 if (this_cost < old_cost
369 || (this_cost == old_cost
390 old_cost = this_cost, did_change = 1;
H A Dreload1.c1925 int this_cost = spill_cost[regno];
1931 this_cost += spill_add_cost[regno + j];
1971 this_cost--;
1973 this_cost--;
1974 if (this_cost < best_cost
1977 || (this_cost == best_cost
1988 best_cost = this_cost;
1915 int this_cost = spill_cost[regno]; local
H A Dhaifa-sched.c2473 int point, pci, cl, cost, this_cost, delta;
2491 this_cost = model_excess_group_cost (&model_before_pressure,
2493 cost += this_cost;
2496 reg_class_names[cl], delta, this_cost);
2462 int point, pci, cl, cost, this_cost, delta; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c753 int this_cost;
760 this_cost = actual_hazard_this_instance (unit, instance, insn,
762 if (this_cost < best_cost)
764 best_cost = this_cost;
765 if (this_cost <= cost)
749 int this_cost; local
H A Dhaifa-sched.c3026 int this_cost;
3034 this_cost = actual_hazard_this_instance (unit, instance, insn,
3036 if (this_cost < best_cost)
3038 best_cost = this_cost;
3039 if (this_cost <= cost)
3022 int this_cost; local

Completed in 225 milliseconds