Searched refs:enter_freq (Results 1 – 1 of 1) sorted by relevance
3309 int cost, exit_freq, enter_freq; in color_pass() local3434 enter_freq = ira_loop_edge_freq (subloop_node, regno, false); in color_pass()3451 -= ((ira_memory_move_cost[mode][rclass][1] * enter_freq) in color_pass()3459 * (exit_freq + enter_freq)); in color_pass()3475 += (ira_memory_move_cost[mode][rclass][0] * enter_freq in color_pass()3517 int enter_freq, exit_freq; in move_spill_restore() local3573 enter_freq = ira_loop_edge_freq (subloop_node, regno, false); in move_spill_restore()3576 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()3581 + ira_memory_move_cost[mode][rclass][1] * enter_freq); in move_spill_restore()3584 * (exit_freq + enter_freq)); in move_spill_restore()[all …]