HomeSort by: relevance | last modified time | path
    Searched refs:tree_root (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.h 337 class loop *tree_root; variable in typeref:class:loop
681 will start from it, otherwise it would start from the tree_root of
801 will start from tree_root of loops_for_fn (FN). */
816 class loop *tree_root = root ? root : loops->tree_root; local
820 /* When root is tree_root of loops_for_fn (fn) and the visiting
824 if (flags & LI_ONLY_INNERMOST && tree_root == loops->tree_root)
826 gcc_assert (tree_root->num == 0);
827 if (tree_root->inner == NULL
    [all...]
cfgloop.cc 376 loops->tree_root = root;
442 loops->tree_root->num_nodes = n_basic_blocks_for_fn (cfun);
491 header->loop_father = loops->tree_root;
1416 if (current_loops->tree_root->header != ENTRY_BLOCK_PTR_FOR_FN (cfun)
1417 || current_loops->tree_root->latch != EXIT_BLOCK_PTR_FOR_FN (cfun)
1418 || (current_loops->tree_root->num_nodes
1679 if (bb->loop_father == current_loops->tree_root)
gimple-harden-control-flow.cc 752 add_bb_to_loop (bb_check, current_loops->tree_root);
975 add_bb_to_loop (trp, current_loops->tree_root);
1317 add_bb_to_loop (bb_eh_cleanup, current_loops->tree_root);
gimple-harden-conditionals.cc 276 add_bb_to_loop (trp, current_loops->tree_root);
loop-invariant.cc 2064 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;
tree-ssa-loop-im.cc 1549 while (loop != current_loops->tree_root
1570 while (loop != current_loops->tree_root
1808 if (bb->loop_father != current_loops->tree_root)
1853 if (outer == current_loops->tree_root)
3329 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next)
3462 for (loop = current_loops->tree_root->inner; loop; loop = loop->next)
3486 if (outer_loop && outer_loop != current_loops->tree_root
3623 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next)
cfgloopmanip.cc 93 class loop *loop = current_loops->tree_root, *act;
131 class loop *father = current_loops->tree_root, *act;
199 if (base_loop == current_loops->tree_root
tree-ssa-loop-ivcanon.cc 698 add_bb_to_loop (latch_edge->dest, current_loops->tree_root);
1510 current_loops->tree_root);
tree-tailcall.cc 1193 add_loop (new_loop, loops_for_fn (cfun)->tree_root);
graphite-scop-detection.cc 1733 sb.build_scop_depth (current_loops->tree_root);
tree-ssa-loop-manip.cc 387 for (class loop *loop = def_loop; loop != current_loops->tree_root;
tree-ssa-loop-prefetch.cc 1627 if (aloop == current_loops->tree_root
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h 334 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->inner == NULL
    [all...]
cfgloop.cc 383 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)
cfgloopmanip.cc 92 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
gimple-harden-conditionals.cc 265 add_bb_to_loop (trp, current_loops->tree_root);
loop-invariant.cc 2064 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;
tree-ssa-loop-im.cc 1501 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)
tree-ssa-loop-ivcanon.cc 650 add_bb_to_loop (latch_edge->dest, current_loops->tree_root);
1446 current_loops->tree_root);
tree-tailcall.cc 1197 add_loop (new_loop, loops_for_fn (cfun)->tree_root);
graphite-scop-detection.cc 1597 sb.build_scop_depth (current_loops->tree_root);
tree-ssa-loop-manip.cc 277 loop != current_loops->tree_root;
tree-ssa-loop-prefetch.cc 1625 if (aloop == current_loops->tree_root
  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 622 class loop *loop_father = loops_for_fn (cfun)->tree_root;
642 flow_loop_tree_node_add (loops_for_fn (cfun)->tree_root,
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 607 class loop *loop_father = loops_for_fn (cfun)->tree_root;
627 flow_loop_tree_node_add (loops_for_fn (cfun)->tree_root,

Completed in 127 milliseconds

1 2