Searched refs:this_cost (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | postreload.c | 283 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()
|
| HD | reload1.c | 1892 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/ |
| HD | postreload.c | 284 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()
|
| HD | reload1.c | 1850 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()
|
| HD | rtlanal.c | 5442 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()
|
| HD | haifa-sched.c | 2424 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()
|