Home
last modified time | relevance | path

Searched refs:this_cost (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDpostreload.c283 int this_cost; in reload_cse_simplify_set() local
313 this_cost = set_src_cost (this_rtx, speed); in reload_cse_simplify_set()
321 this_cost = set_src_cost (this_rtx, speed); in reload_cse_simplify_set()
325 this_cost = register_move_cost (GET_MODE (this_rtx), in reload_cse_simplify_set()
334 if (this_cost < old_cost in reload_cse_simplify_set()
335 || (this_cost == old_cost in reload_cse_simplify_set()
356 old_cost = this_cost, did_change = 1; in reload_cse_simplify_set()
HDreload1.c1892 int this_cost = spill_cost[regno]; in find_reg() local
1898 this_cost += spill_add_cost[regno + j]; in find_reg()
1938 this_cost--; in find_reg()
1940 this_cost--; in find_reg()
1941 if (this_cost < best_cost in find_reg()
1944 || (this_cost == best_cost in find_reg()
1955 best_cost = this_cost; in find_reg()
/dragonfly/contrib/gcc-8.0/gcc/
HDpostreload.c284 int this_cost; in reload_cse_simplify_set() local
313 this_cost = set_src_cost (this_rtx, GET_MODE (SET_DEST (set)), speed); in reload_cse_simplify_set()
320 this_cost = set_src_cost (this_rtx, word_mode, speed); in reload_cse_simplify_set()
323 this_cost = register_move_cost (GET_MODE (this_rtx), in reload_cse_simplify_set()
332 if (this_cost < old_cost in reload_cse_simplify_set()
333 || (this_cost == old_cost in reload_cse_simplify_set()
347 old_cost = this_cost, did_change = 1; in reload_cse_simplify_set()
HDreload1.c1850 int this_cost = spill_cost[regno]; in find_reg() local
1856 this_cost += spill_add_cost[regno + j]; in find_reg()
1896 this_cost--; in find_reg()
1898 this_cost--; in find_reg()
1899 if (this_cost < best_cost in find_reg()
1902 || (this_cost == best_cost in find_reg()
1913 best_cost = this_cost; in find_reg()
HDrtlanal.c5442 int this_cost = insn_cost (CONST_CAST_RTX_INSN (seq), speed); in seq_cost() local
5443 if (this_cost > 0) in seq_cost()
5444 cost += this_cost; in seq_cost()
HDhaifa-sched.c2424 int point, pci, cl, cost, this_cost, delta; in model_excess_cost() local
2442 this_cost = model_excess_group_cost (&model_before_pressure, in model_excess_cost()
2444 cost += this_cost; in model_excess_cost()
2447 reg_class_names[cl], delta, this_cost); in model_excess_cost()