Searched refs:this_loop (Results 1 – 7 of 7) sorted by relevance
1145 class loop *this_loop; in get_all_loop_exits() local1151 for (this_loop = bb->loop_father; in get_all_loop_exits()1152 this_loop && this_loop != current_loop_nest; in get_all_loop_exits()1153 this_loop = loop_outer (this_loop)) in get_all_loop_exits()1154 pred_loop = this_loop; in get_all_loop_exits()1156 this_loop = pred_loop; in get_all_loop_exits()1157 gcc_assert (this_loop != NULL); in get_all_loop_exits()1159 exits = get_loop_exit_edges_unique_dests (this_loop); in get_all_loop_exits()1160 this_depth = loop_depth (this_loop); in get_all_loop_exits()
7739 class loop *this_loop = bb->loop_father; in move_sese_region_to_fn() local7741 free_numbers_of_iterations_estimates (this_loop); in move_sese_region_to_fn()7742 class loop *outer = loop_outer (this_loop); in move_sese_region_to_fn()7751 num_nodes -= this_loop->num_nodes; in move_sese_region_to_fn()7753 flow_loop_tree_node_add (get_loop (dest_cfun, 0), this_loop); in move_sese_region_to_fn()7754 fixup_loop_arrays_after_move (saved_cfun, cfun, this_loop); in move_sese_region_to_fn()
9767 (find_and_verify_loops): Rename this_loop to this_loop_num.
7662 class loop *this_loop = bb->loop_father; in move_sese_region_to_fn() local7663 class loop *outer = loop_outer (this_loop); in move_sese_region_to_fn()7672 num_nodes -= this_loop->num_nodes; in move_sese_region_to_fn()7674 flow_loop_tree_node_add (get_loop (dest_cfun, 0), this_loop); in move_sese_region_to_fn()7675 fixup_loop_arrays_after_move (saved_cfun, cfun, this_loop); in move_sese_region_to_fn()
50 iter_info *this_loop; member4044 iter = forall_tmp->this_loop; in gfc_trans_forall_loop()5044 if (info->this_loop) in gfc_trans_forall_1()5046 iter_info *iter_tmp = info->this_loop; in gfc_trans_forall_1()5052 info->this_loop = this_forall; in gfc_trans_forall_1()5268 for (this_forall = info->this_loop; this_forall;) in gfc_trans_forall_1()
50 iter_info *this_loop; member4008 iter = forall_tmp->this_loop; in gfc_trans_forall_loop()5008 if (info->this_loop) in gfc_trans_forall_1()5010 iter_info *iter_tmp = info->this_loop; in gfc_trans_forall_1()5016 info->this_loop = this_forall; in gfc_trans_forall_1()5232 for (this_forall = info->this_loop; this_forall;) in gfc_trans_forall_1()