Home | History | Annotate | Download | only in gcc

Lines Matching refs:this_loop

1156       class loop *this_loop;
1162 for (this_loop = bb->loop_father;
1163 this_loop && this_loop != current_loop_nest;
1164 this_loop = loop_outer (this_loop))
1165 pred_loop = this_loop;
1167 this_loop = pred_loop;
1168 gcc_assert (this_loop != NULL);
1170 exits = get_loop_exit_edges_unique_dests (this_loop);
1171 this_depth = loop_depth (this_loop);