Searched refs:tree_root (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h334 class loop *tree_root; variable in typeref:class:loop
673 will start from it, otherwise it would start from the tree_root of
793 will start from tree_root of loops_for_fn (FN). */
808 class loop *tree_root = root ? root : loops->tree_root; local
812 /* When root is tree_root of loops_for_fn (fn) and the visiting
816 if (flags & LI_ONLY_INNERMOST && tree_root == loops->tree_root)
818 gcc_assert (tree_root->num == 0);
819 if (tree_root
[all...]
H A Dcfgloop.cc383 loops->tree_root = root;
449 loops->tree_root->num_nodes = n_basic_blocks_for_fn (cfun);
498 header->loop_father = loops->tree_root;
1423 if (current_loops->tree_root->header != ENTRY_BLOCK_PTR_FOR_FN (cfun)
1424 || current_loops->tree_root->latch != EXIT_BLOCK_PTR_FOR_FN (cfun)
1425 || (current_loops->tree_root->num_nodes
1686 if (bb->loop_father == current_loops->tree_root)
H A Dcfgloopmanip.cc92 class loop *loop = current_loops->tree_root, *act;
130 class loop *father = current_loops->tree_root, *act;
198 if (base_loop == current_loops->tree_root
H A Dgimple-harden-conditionals.cc265 add_bb_to_loop (trp, current_loops->tree_root);
H A Dloop-invariant.cc2064 loop != current_loops->tree_root;
2133 loop != current_loops->tree_root;
2176 if (curr_loop == current_loops->tree_root)
2180 loop != current_loops->tree_root;
H A Dtree-ssa-loop-im.cc1501 while (loop != current_loops->tree_root
1522 while (loop != current_loops->tree_root
1760 if (bb->loop_father != current_loops->tree_root)
1805 if (outer == current_loops->tree_root)
3278 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next)
3411 for (loop = current_loops->tree_root->inner; loop; loop = loop->next)
3435 if (outer_loop && outer_loop != current_loops->tree_root
3572 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next)
H A Dtree-ssa-loop-ivcanon.cc650 add_bb_to_loop (latch_edge->dest, current_loops->tree_root);
1446 current_loops->tree_root);
H A Dtree-tailcall.cc1197 add_loop (new_loop, loops_for_fn (cfun)->tree_root);
H A Dgraphite-scop-detection.cc1597 sb.build_scop_depth (current_loops->tree_root);
H A Dtree-ssa-loop-manip.cc277 loop != current_loops->tree_root;
H A Dtree-ssa-loop-prefetch.cc1625 if (aloop == current_loops->tree_root
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h334 class loop *tree_root; variable in typeref:class:loop
725 for (aloop = loops_for_fn (fn)->tree_root;
751 aloop = loops_for_fn (fn)->tree_root;
H A Dcfgloop.c383 loops->tree_root = root;
449 loops->tree_root->num_nodes = n_basic_blocks_for_fn (cfun);
498 header->loop_father = loops->tree_root;
1427 if (current_loops->tree_root->header != ENTRY_BLOCK_PTR_FOR_FN (cfun)
1428 || current_loops->tree_root->latch != EXIT_BLOCK_PTR_FOR_FN (cfun)
1429 || (current_loops->tree_root->num_nodes
1674 if (bb->loop_father == current_loops->tree_root)
H A Dtree-ssa-loop-im.c1425 while (loop != current_loops->tree_root
1619 if (bb->loop_father != current_loops->tree_root)
1654 if (outer == current_loops->tree_root)
2243 while (loop != current_loops->tree_root
2451 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next)
2559 for (loop = current_loops->tree_root->inner; loop; loop = loop->next)
H A Dcfgloopmanip.c92 class loop *loop = current_loops->tree_root, *act;
130 class loop *father = current_loops->tree_root, *act;
199 if (base_loop == current_loops->tree_root
H A Dloop-invariant.c2056 loop != current_loops->tree_root;
2125 loop != current_loops->tree_root;
2168 if (curr_loop == current_loops->tree_root)
2172 loop != current_loops->tree_root;
H A Dtree-ssa-loop-ivcanon.c655 add_bb_to_loop (latch_edge->dest, current_loops->tree_root);
1448 current_loops->tree_root);
H A Dtree-ssa-loop-prefetch.c1626 if (aloop == current_loops->tree_root
H A Dtree-ssa-loop-manip.c277 loop != current_loops->tree_root;
H A Dgraphite-scop-detection.c1599 sb.build_scop_depth (current_loops->tree_root);
H A Dipa-split.c1275 add_bb_to_loop (new_return_bb, current_loops->tree_root);
H A Dgimple-loop-interchange.cc1988 class loop *outermost = loops_for_fn (cfun)->tree_root;
H A Dlto-streamer-in.c1141 flow_loop_tree_node_add (loops->tree_root, loop);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c603 class loop *loop_father = loops_for_fn (cfun)->tree_root;
622 flow_loop_tree_node_add (loops_for_fn (cfun)->tree_root,
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc607 class loop *loop_father = loops_for_fn (cfun)->tree_root;
627 flow_loop_tree_node_add (loops_for_fn (cfun)->tree_root,

Completed in 598 milliseconds

12