Searched refs:exit_freq (Results 1 – 1 of 1) sorted by relevance
3309 int cost, exit_freq, enter_freq; in color_pass() local3433 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() local3572 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 …]