Home
last modified time | relevance | path

Searched refs:enter_freq (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-color.c2718 int cost, exit_freq, enter_freq; in color_pass() local
2854 -= ((ira_memory_move_cost[mode][rclass][1] * enter_freq) in color_pass()
2862 * (exit_freq + enter_freq)); in color_pass()
2878 += (ira_memory_move_cost[mode][rclass][0] * enter_freq in color_pass()
2920 int enter_freq, exit_freq; in move_spill_restore() local
2977 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()
2982 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()
2985 * (exit_freq + enter_freq)); in move_spill_restore()
2996 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()
3001 + ira_memory_move_cost[mode][rclass][0] * enter_freq); in move_spill_restore()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-color.c3273 int cost, exit_freq, enter_freq; in color_pass() local
3415 -= ((ira_memory_move_cost[mode][rclass][1] * enter_freq) in color_pass()
3423 * (exit_freq + enter_freq)); in color_pass()
3439 += (ira_memory_move_cost[mode][rclass][0] * enter_freq in color_pass()
3481 int enter_freq, exit_freq; in move_spill_restore() local
3540 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()
3545 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()
3548 * (exit_freq + enter_freq)); in move_spill_restore()
3559 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()
3564 + ira_memory_move_cost[mode][rclass][0] * enter_freq); in move_spill_restore()
[all …]