Home
last modified time | relevance | path

Searched refs:tree_root (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
HDcfgloop.h203 struct loop *tree_root; member
577 for (aloop = current_loops->tree_root; in fel_init()
603 aloop = current_loops->tree_root; in fel_init()
HDcfgloopmanip.c95 struct loop *loop = current_loops->tree_root, *act; in fix_bb_placement()
130 struct loop *father = current_loops->tree_root, *act; in fix_loop_placement()
191 if (base_loop == current_loops->tree_root in fix_bb_placements()
1654 bb->loop_father = current_loops->tree_root; in fix_loop_structure()
1688 current_loops->tree_root->num_nodes = n_basic_blocks; in fix_loop_structure()
HDtree-ssa-loop-im.c1565 loop != current_loops->tree_root in mark_ref_stored()
1650 if (loop == current_loops->tree_root) in gather_mem_refs_in_loops()
1665 if (loop_outer (loop) == current_loops->tree_root) in gather_mem_refs_in_loops()
1689 for (sloop = loop; sloop != current_loops->tree_root; in create_vop_ref_mapping_loop()
2497 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next) in store_motion()
2595 for (loop = current_loops->tree_root->inner; loop; loop = loop->next) in tree_ssa_lim_initialize()
HDloop-invariant.c1678 loop != current_loops->tree_root; in mark_regno_live()
1771 loop != current_loops->tree_root; in mark_ref_regs()
1814 if (curr_loop == current_loops->tree_root) in calculate_loop_reg_pressure()
1818 loop != current_loops->tree_root; in calculate_loop_reg_pressure()
HDcfgloop.c366 loops->tree_root = root; in init_loops_structure()
443 bb->loop_father = loops->tree_root; in flow_loops_find()
1504 if (bb->loop_father == current_loops->tree_root) in verify_loop_structure()
HDgraphite-scop-detection.c1391 struct loop *loop = current_loops->tree_root; in build_scops()
HDbuiltins.c7548 tree tree_root; in fold_builtin_sqrt() local
7561 tree_root = build_real (type, dconstroot); in fold_builtin_sqrt()
7562 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root); in fold_builtin_sqrt()
7624 tree tree_root; in fold_builtin_cbrt() local
7629 tree_root = build_real (type, dconstroot); in fold_builtin_cbrt()
7630 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root); in fold_builtin_cbrt()
7644 tree tree_root; in fold_builtin_cbrt() local
7650 tree_root = build_real (type, dconstroot); in fold_builtin_cbrt()
7651 return build_call_expr_loc (loc, powfn, 2, arg0, tree_root); in fold_builtin_cbrt()
HDtree-ssa-loop-prefetch.c1527 if (aloop == current_loops->tree_root in determine_loop_nest_reuse()
HDpredict.c2136 estimate_loops_at_level (current_loops->tree_root->inner); in estimate_loops()
HDtree-scalar-evolution.c898 struct loop *function_body = current_loops->tree_root; in select_loops_exit_conditions()
HDira-build.c157 if (loop != ira_loops.tree_root) in create_loop_tree_nodes()
/dragonfly/contrib/gcc-8.0/gcc/
HDcfgloop.h321 struct loop *tree_root; member
710 for (aloop = loops_for_fn (fn)->tree_root; in loop_iterator()
736 aloop = loops_for_fn (fn)->tree_root; in loop_iterator()
HDcfgloop.c382 loops->tree_root = root; in init_loops_structure()
448 loops->tree_root->num_nodes = n_basic_blocks_for_fn (cfun); in flow_loops_find()
497 header->loop_father = loops->tree_root; in flow_loops_find()
1399 if (current_loops->tree_root->header != ENTRY_BLOCK_PTR_FOR_FN (cfun) in verify_loop_structure()
1400 || current_loops->tree_root->latch != EXIT_BLOCK_PTR_FOR_FN (cfun) in verify_loop_structure()
1401 || (current_loops->tree_root->num_nodes in verify_loop_structure()
1645 if (bb->loop_father == current_loops->tree_root) in verify_loop_structure()
HDtree-ssa-loop-im.c1404 while (loop != current_loops->tree_root in mark_ref_stored()
1521 if (bb->loop_father != current_loops->tree_root) in analyze_memory_references()
1555 if (outer == current_loops->tree_root) in analyze_memory_references()
2136 while (loop != current_loops->tree_root in record_dep_loop()
2344 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next) in store_motion()
2452 for (loop = current_loops->tree_root->inner; loop; loop = loop->next) in fill_always_executed_in()
HDloop-invariant.c2037 loop != current_loops->tree_root; in mark_regno_live()
2106 loop != current_loops->tree_root; in mark_ref_regs()
2149 if (curr_loop == current_loops->tree_root) in calculate_loop_reg_pressure()
2153 loop != current_loops->tree_root; in calculate_loop_reg_pressure()
HDcfgloopmanip.c92 struct loop *loop = current_loops->tree_root, *act; in fix_bb_placement()
130 struct loop *father = current_loops->tree_root, *act; in fix_loop_placement()
199 if (base_loop == current_loops->tree_root in fix_bb_placements()
HDtree-ssa-loop-ivcanon.c653 add_bb_to_loop (latch_edge->dest, current_loops->tree_root); in unloop_loops()
1456 current_loops->tree_root); in tree_unroll_loops_completely()
HDtree-ssa-loop-prefetch.c1598 if (aloop == current_loops->tree_root in determine_loop_nest_reuse()
HDtree-ssa-loop-manip.c259 loop != current_loops->tree_root; in compute_live_loop_exits()
HDipa-split.c1312 add_bb_to_loop (new_return_bb, current_loops->tree_root); in split_function()
HDlto-streamer-in.c837 flow_loop_tree_node_add (loops->tree_root, loop); in input_cfg()
HDgimple-loop-interchange.cc1980 struct loop *outermost = loops_for_fn (cfun)->tree_root; in prepare_perfect_loop_nest()
HDexcept.c1436 add_bb_to_loop (bb, current_loops->tree_root); in sjlj_emit_dispatch_table()
HDtree-ssa-loop-ivopts.c1801 return current_loops->tree_root; in outermost_invariant_loop_for_expr()
1814 return current_loops->tree_root; in outermost_invariant_loop_for_expr()
HDpredict.c3262 estimate_loops_at_level (current_loops->tree_root->inner); in estimate_loops()

12