Searched refs:tree_root (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | tree.h | 43 int tree_root(struct tree *, uint64_t *, void **);
|
| H A D | tree.c | 162 tree_root(struct tree *t, uint64_t *id, void **data) in tree_root() function
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cfgloopmanip.c | 104 struct loop *loop = loops->tree_root, *act; in fix_bb_placement() 157 if (base_loop == loops->tree_root) in fix_bb_placements() 1411 bb->loop_father = loops->tree_root; in fix_loop_structure() 1415 loops->tree_root->num_nodes = n_basic_blocks; in fix_loop_structure() 1440 loop = loops->tree_root; in fix_loop_structure() 1448 && loop != loops->tree_root) in fix_loop_structure() 1450 if (loop == loops->tree_root) in fix_loop_structure()
|
| H A D | cfgloop.c | 290 if (bb->loop_father == loops->tree_root) in mark_single_exit_loops() 421 flow_loop_level_compute (loops->tree_root); in flow_loops_level_compute() 684 loops->tree_root = loops->parray[0]; in flow_loops_find() 690 bb->loop_father = loops->tree_root; in flow_loops_find() 1213 if (bb->loop_father == loops->tree_root) in verify_loop_structure()
|
| H A D | tree-ssa-loop-im.c | 1401 if (!loops->tree_root->inner) in determine_lsm() 1407 loop = loops->tree_root->inner; in determine_lsm() 1420 if (loop == loops->tree_root) in determine_lsm() 1522 for (loop = loops->tree_root->inner; loop; loop = loop->next) in tree_ssa_lim_initialize()
|
| H A D | cfgloop.h | 160 struct loop *tree_root; member
|
| H A D | loop-unroll.c | 157 loop = loops->tree_root; in unroll_and_peel_loops() 162 while (loop != loops->tree_root) in unroll_and_peel_loops() 274 struct loop *loop = loops->tree_root, *next; in decide_unrolling_and_peeling() 280 while (loop != loops->tree_root) in decide_unrolling_and_peeling()
|
| H A D | tree-ssa-loop-ivcanon.c | 573 for (loop = loops->tree_root->inner; loop; loop = loop->next) in remove_empty_loops()
|
| H A D | loop-invariant.c | 1327 loop = loops->tree_root; in move_loop_invariants() 1331 while (loop != loops->tree_root) in move_loop_invariants()
|
| H A D | builtins.c | 7067 tree tree_root; in fold_builtin_sqrt() local 7075 tree_root = build_real (type, dconstroot); in fold_builtin_sqrt() 7077 build_tree_list (NULL_TREE, tree_root)); in fold_builtin_sqrt() 7142 tree tree_root; in fold_builtin_cbrt() local 7147 tree_root = build_real (type, dconstroot); in fold_builtin_cbrt() 7149 build_tree_list (NULL_TREE, tree_root)); in fold_builtin_cbrt() 7164 tree tree_root; in fold_builtin_cbrt() local 7169 tree_root = build_real (type, dconstroot); in fold_builtin_cbrt() 7171 build_tree_list (NULL_TREE, tree_root)); in fold_builtin_cbrt()
|
| H A D | predict.c | 1828 estimate_loops_at_level (loops->tree_root, tovisit); in estimate_bb_frequencies()
|
| H A D | tree-ssa-loop-ivopts.c | 5883 loop = loops->tree_root; in tree_ssa_iv_optimize() 5888 while (loop != loops->tree_root) in tree_ssa_iv_optimize()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cfgloop.c | 529 return flow_loop_level_compute (loops->tree_root); 855 loops->tree_root = loops->parray[0]; 861 bb->loop_father = loops->tree_root;
|
| H A D | basic-block.h | 509 struct loop *tree_root; member
|
| H A D | predict.c | 1212 estimate_loops_at_level (loops->tree_root);
|
| H A D | ChangeLog.6 | 18125 (struct loops): Rename field 'tree' to 'tree_root'. 18129 'tree_root'.
|