Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c3309 int cost, exit_freq, enter_freq; in color_pass() local
3433 exit_freq = ira_loop_edge_freq (subloop_node, regno, true); in color_pass()
3452 + (ira_memory_move_cost[mode][rclass][0] * exit_freq)); in color_pass()
3459 * (exit_freq + enter_freq)); in color_pass()
3476 + ira_memory_move_cost[mode][rclass][1] * exit_freq); in color_pass()
3517 int enter_freq, exit_freq; in move_spill_restore() local
3572 exit_freq = ira_loop_edge_freq (subloop_node, regno, true); in move_spill_restore()
3575 cost -= (ira_memory_move_cost[mode][rclass][0] * exit_freq in move_spill_restore()
3580 += (ira_memory_move_cost[mode][rclass][0] * exit_freq in move_spill_restore()
3584 * (exit_freq + enter_freq)); in move_spill_restore()
[all …]