Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h1145 class loop *this_loop; in get_all_loop_exits() local
1151 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()
H A Dtree-cfg.cc7739 class loop *this_loop = bb->loop_father; in move_sese_region_to_fn() local
7741 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()
H A DChangeLog-19999767 (find_and_verify_loops): Rename this_loop to this_loop_num.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.h1145 class loop *this_loop; in get_all_loop_exits() local
1151 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()
H A Dtree-cfg.c7662 class loop *this_loop = bb->loop_father; in move_sese_region_to_fn() local
7663 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc50 iter_info *this_loop; member
4044 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c50 iter_info *this_loop; member
4008 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()