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

  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopanal.cc 85 class loop *cloop; local
135 cloop = act->loop_father;
137 cloop = (*act->loop_father->superloops)[depth];
139 src = LOOP_REPR (cloop);
cfghooks.cc 895 class loop *loop, *ploop, *cloop; local
961 cloop = loop;
964 cloop = find_common_loop (cloop, e->src->loop_father);
966 add_bb_to_loop (dummy, cloop);
1143 class loop *cloop = bb->loop_father; local
1144 class loop *copy = get_loop_copy (cloop);
1149 && cloop->header == bb)
1151 add_bb_to_loop (new_bb, loop_outer (cloop));
1152 mark_loop_for_removal (cloop);
    [all...]
tree-cfgcleanup.cc 1056 loop_p cloop = loop; local
1058 cloop = find_common_loop (cloop, e->src->loop_father);
1059 add_bb_to_loop (fallthru->src, cloop);
cfgloop.cc 1083 class loop *aloop, *cloop;
1093 cloop = find_common_loop (e->src->loop_father, e->dest->loop_father);
1095 aloop != cloop;
1082 class loop *aloop, *cloop; local
cfgloopmanip.cc 972 class loop *cloop; local
973 cloop = alloc_loop ();
974 place_new_loop (cfun, cloop);
976 copy_loop_info (loop, cloop);
979 set_loop_copy (loop, cloop);
982 flow_loop_tree_node_add (target, cloop, after);
984 return cloop;
993 class loop *aloop, *cloop, *tail; local
999 cloop = duplicate_loop (aloop, target, tail);
1000 tail = cloop;
    [all...]
tree-cfg.cc 6725 class loop *target, *aloop, *cloop; local
6742 cloop = duplicate_loop (aloop, target);
6743 duplicate_subloops (aloop, cloop);
  /src/external/gpl3/gcc/dist/gcc/
cfgloopanal.cc 85 class loop *cloop; local
135 cloop = act->loop_father;
137 cloop = (*act->loop_father->superloops)[depth];
139 src = LOOP_REPR (cloop);
cfghooks.cc 896 class loop *loop, *ploop, *cloop; local
962 cloop = loop;
965 cloop = find_common_loop (cloop, e->src->loop_father);
967 add_bb_to_loop (dummy, cloop);
1151 class loop *cloop = bb->loop_father; local
1152 class loop *copy = get_loop_copy (cloop);
1157 && cloop->header == bb)
1159 add_bb_to_loop (new_bb, loop_outer (cloop));
1160 mark_loop_for_removal (cloop);
    [all...]
tree-cfgcleanup.cc 1073 loop_p cloop = loop; local
1075 cloop = find_common_loop (cloop, e->src->loop_father);
1076 add_bb_to_loop (fallthru->src, cloop);
cfgloop.cc 1076 class loop *aloop, *cloop;
1086 cloop = find_common_loop (e->src->loop_father, e->dest->loop_father);
1088 aloop != cloop;
1075 class loop *aloop, *cloop; local
cfgloopmanip.cc 1108 class loop *cloop; local
1109 cloop = alloc_loop ();
1110 place_new_loop (cfun, cloop);
1112 copy_loop_info (loop, cloop);
1115 set_loop_copy (loop, cloop);
1118 flow_loop_tree_node_add (target, cloop, after);
1120 return cloop;
1129 class loop *aloop, *cloop, *tail; local
1135 cloop = duplicate_loop (aloop, target, tail);
1136 tail = cloop;
    [all...]
tree-cfg.cc 6914 class loop *target, *aloop, *cloop; local
6931 cloop = duplicate_loop (aloop, target);
6932 duplicate_subloops (aloop, cloop);

Completed in 41 milliseconds