Searched refs:removed_loop_vec (Results 1 – 2 of 2) sorted by relevance
2353 static vec<ira_loop_tree_node_t> removed_loop_vec; variable2379 removed_loop_vec.safe_push (node); in remove_uneccesary_loop_nodes_from_loop_tree()2649 removed_loop_vec.create (last_basic_block_for_fn (cfun) in remove_unnecessary_regions()2657 while (removed_loop_vec.length () > 0) in remove_unnecessary_regions()2658 finish_loop_tree_node (removed_loop_vec.pop ()); in remove_unnecessary_regions()2659 removed_loop_vec.release (); in remove_unnecessary_regions()
2304 static vec<ira_loop_tree_node_t> removed_loop_vec; variable2330 removed_loop_vec.safe_push (node); in remove_uneccesary_loop_nodes_from_loop_tree()2600 removed_loop_vec.create (last_basic_block_for_fn (cfun) in remove_unnecessary_regions()2608 while (removed_loop_vec.length () > 0) in remove_unnecessary_regions()2609 finish_loop_tree_node (removed_loop_vec.pop ()); in remove_unnecessary_regions()2610 removed_loop_vec.release (); in remove_unnecessary_regions()