Searched refs:this_loop (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h1162 struct loop *this_loop;
1167 for (this_loop = bb->loop_father;
1168 this_loop && this_loop != current_loop_nest;
1169 this_loop = loop_outer (this_loop))
1170 pred_loop = this_loop;
1172 this_loop = pred_loop;
1173 gcc_assert (this_loop != NULL);
1175 exits = get_loop_exit_edges_unique_dests (this_loop);
1151 struct loop *this_loop; local
[all...]
H A Dtree-cfg.c7075 struct loop *this_loop = bb->loop_father; local
7076 struct loop *outer = loop_outer (this_loop);
7085 num_nodes -= this_loop->num_nodes;
7087 flow_loop_tree_node_add (get_loop (dest_cfun, 0), this_loop);
7088 fixup_loop_arrays_after_move (saved_cfun, cfun, this_loop);
/haiku-buildtools/legacy/gcc/gcc/
H A Dloop.c2688 int this_loop;
2694 this_loop = current_loop;
2698 if (loop_number_loop_cont[this_loop]
2699 && loop_number_cont_dominator[this_loop] != const0_rtx)
2704 loop_number_cont_dominator[this_loop] = const0_rtx;
2709 < INSN_LUID (loop_number_loop_cont[this_loop]))
2711 > INSN_LUID (loop_number_loop_starts[this_loop]))
2714 && (! loop_number_cont_dominator[this_loop]
2717 [this_loop]))))
2718 loop_number_cont_dominator[this_loop]
2669 int this_loop; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c62 iter_info *this_loop; member in struct:forall_info
3185 iter = forall_tmp->this_loop;
4174 if (info->this_loop)
4176 iter_info *iter_tmp = info->this_loop;
4182 info->this_loop = this_forall;
4393 for (this_forall = info->this_loop; this_forall;)

Completed in 197 milliseconds