HomeSort by: relevance | last modified time | path
    Searched defs:this_loop (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 51 iter_info *this_loop; member in struct:forall_info
4123 iter = forall_tmp->this_loop;
5144 if (info->this_loop)
5146 iter_info *iter_tmp = info->this_loop;
5152 info->this_loop = this_forall;
5368 for (this_forall = info->this_loop; this_forall;)
  /src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.h 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);
1145 class loop *this_loop; local
    [all...]
tree-cfg.cc 7958 class loop *this_loop = bb->loop_father; local
7960 free_numbers_of_iterations_estimates (this_loop);
7961 class loop *outer = loop_outer (this_loop);
7970 num_nodes -= this_loop->num_nodes;
7972 flow_loop_tree_node_add (get_loop (dest_cfun, 0), this_loop); local
7973 fixup_loop_arrays_after_move (saved_cfun, cfun, this_loop);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 50 iter_info *this_loop; member in struct:forall_info
4044 iter = forall_tmp->this_loop;
5044 if (info->this_loop)
5046 iter_info *iter_tmp = info->this_loop;
5052 info->this_loop = this_forall;
5268 for (this_forall = info->this_loop; this_forall;)
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.h 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);
1145 class loop *this_loop; local
    [all...]
tree-cfg.cc 7739 class loop *this_loop = bb->loop_father; local
7741 free_numbers_of_iterations_estimates (this_loop);
7742 class loop *outer = loop_outer (this_loop);
7751 num_nodes -= this_loop->num_nodes;
7753 flow_loop_tree_node_add (get_loop (dest_cfun, 0), this_loop); local
7754 fixup_loop_arrays_after_move (saved_cfun, cfun, this_loop);

Completed in 50 milliseconds