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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-jam.cc 111 class loop *subloop; local
133 /* If we find a direct subloop of OLD, move it to LOOP. */
134 subloop = bbs[i]->loop_father;
135 if (loop_outer (subloop) == old && subloop->header == bbs[i])
137 flow_loop_tree_node_remove (subloop);
138 flow_loop_tree_node_add (loop, subloop);
gimple-loop-jam.cc 111 class loop *subloop; local
133 /* If we find a direct subloop of OLD, move it to LOOP. */
134 subloop = bbs[i]->loop_father;
135 if (loop_outer (subloop) == old && subloop->header == bbs[i])
137 flow_loop_tree_node_remove (subloop);
138 flow_loop_tree_node_add (loop, subloop);
cfgloopmanip.cc 226 /* Subloop header, maybe move the loop upward. */
266 /* If it is subloop, then it either was not moved, or
445 class loop *subloop; local
468 /* If we find a direct subloop of OUTER, move it to LOOP. */
469 subloop = bbs[i]->loop_father;
470 if (loop_outer (subloop) == outer
471 && subloop->header == bbs[i])
473 flow_loop_tree_node_remove (subloop);
474 flow_loop_tree_node_add (loop, subloop);
1101 /* Copies copy of LOOP as subloop of TARGET loop, placing newl
    [all...]
cfgloopmanip.cc 226 /* Subloop header, maybe move the loop upward. */
266 /* If it is subloop, then it either was not moved, or
445 class loop *subloop; local
468 /* If we find a direct subloop of OUTER, move it to LOOP. */
469 subloop = bbs[i]->loop_father;
470 if (loop_outer (subloop) == outer
471 && subloop->header == bbs[i])
473 flow_loop_tree_node_remove (subloop);
474 flow_loop_tree_node_add (loop, subloop);
1101 /* Copies copy of LOOP as subloop of TARGET loop, placing newl
    [all...]
tree-ssa-loop-im.cc 3303 class loop *subloop; local
3314 for (subloop = loop->inner; subloop != NULL; subloop = subloop->next)
3315 store_motion_loop (subloop, sm_executed);
3387 /* Record that we enter into a subloop since it might not
3389 /* ??? Entering into a not always executed subloop makes
tree-ssa-loop-im.cc 3303 class loop *subloop; local
3314 for (subloop = loop->inner; subloop != NULL; subloop = subloop->next)
3315 store_motion_loop (subloop, sm_executed);
3387 /* Record that we enter into a subloop since it might not
3389 /* ??? Entering into a not always executed subloop makes
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-jam.cc 110 class loop *subloop; local
132 /* If we find a direct subloop of OLD, move it to LOOP. */
133 subloop = bbs[i]->loop_father;
134 if (loop_outer (subloop) == old && subloop->header == bbs[i])
136 flow_loop_tree_node_remove (subloop);
137 flow_loop_tree_node_add (loop, subloop);
gimple-loop-jam.cc 110 class loop *subloop; local
132 /* If we find a direct subloop of OLD, move it to LOOP. */
133 subloop = bbs[i]->loop_father;
134 if (loop_outer (subloop) == old && subloop->header == bbs[i])
136 flow_loop_tree_node_remove (subloop);
137 flow_loop_tree_node_add (loop, subloop);
cfgloopmanip.cc 225 /* Subloop header, maybe move the loop upward. */
265 /* If it is subloop, then it either was not moved, or
444 class loop *subloop; local
467 /* If we find a direct subloop of OUTER, move it to LOOP. */
468 subloop = bbs[i]->loop_father;
469 if (loop_outer (subloop) == outer
470 && subloop->header == bbs[i])
472 flow_loop_tree_node_remove (subloop);
473 flow_loop_tree_node_add (loop, subloop);
965 /* Copies copy of LOOP as subloop of TARGET loop, placing newl
    [all...]
cfgloopmanip.cc 225 /* Subloop header, maybe move the loop upward. */
265 /* If it is subloop, then it either was not moved, or
444 class loop *subloop; local
467 /* If we find a direct subloop of OUTER, move it to LOOP. */
468 subloop = bbs[i]->loop_father;
469 if (loop_outer (subloop) == outer
470 && subloop->header == bbs[i])
472 flow_loop_tree_node_remove (subloop);
473 flow_loop_tree_node_add (loop, subloop);
965 /* Copies copy of LOOP as subloop of TARGET loop, placing newl
    [all...]
tree-ssa-loop-im.cc 3252 class loop *subloop; local
3263 for (subloop = loop->inner; subloop != NULL; subloop = subloop->next)
3264 store_motion_loop (subloop, sm_executed);
3336 /* Record that we enter into a subloop since it might not
3338 /* ??? Entering into a not always executed subloop makes
tree-ssa-loop-im.cc 3252 class loop *subloop; local
3263 for (subloop = loop->inner; subloop != NULL; subloop = subloop->next)
3264 store_motion_loop (subloop, sm_executed);
3336 /* Record that we enter into a subloop since it might not
3338 /* ??? Entering into a not always executed subloop makes

Completed in 77 milliseconds