| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cfgloop.h | 203 struct loop *tree_root; member 577 for (aloop = current_loops->tree_root; in fel_init() 603 aloop = current_loops->tree_root; in fel_init()
|
| HD | cfgloopmanip.c | 95 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()
|
| HD | tree-ssa-loop-im.c | 1565 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()
|
| HD | loop-invariant.c | 1678 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()
|
| HD | cfgloop.c | 366 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()
|
| HD | graphite-scop-detection.c | 1391 struct loop *loop = current_loops->tree_root; in build_scops()
|
| HD | builtins.c | 7548 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()
|
| HD | tree-ssa-loop-prefetch.c | 1527 if (aloop == current_loops->tree_root in determine_loop_nest_reuse()
|
| HD | predict.c | 2136 estimate_loops_at_level (current_loops->tree_root->inner); in estimate_loops()
|
| HD | tree-scalar-evolution.c | 898 struct loop *function_body = current_loops->tree_root; in select_loops_exit_conditions()
|
| HD | ira-build.c | 157 if (loop != ira_loops.tree_root) in create_loop_tree_nodes()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | cfgloop.h | 321 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()
|
| HD | cfgloop.c | 382 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()
|
| HD | tree-ssa-loop-im.c | 1404 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()
|
| HD | loop-invariant.c | 2037 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()
|
| HD | cfgloopmanip.c | 92 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()
|
| HD | tree-ssa-loop-ivcanon.c | 653 add_bb_to_loop (latch_edge->dest, current_loops->tree_root); in unloop_loops() 1456 current_loops->tree_root); in tree_unroll_loops_completely()
|
| HD | tree-ssa-loop-prefetch.c | 1598 if (aloop == current_loops->tree_root in determine_loop_nest_reuse()
|
| HD | tree-ssa-loop-manip.c | 259 loop != current_loops->tree_root; in compute_live_loop_exits()
|
| HD | ipa-split.c | 1312 add_bb_to_loop (new_return_bb, current_loops->tree_root); in split_function()
|
| HD | lto-streamer-in.c | 837 flow_loop_tree_node_add (loops->tree_root, loop); in input_cfg()
|
| HD | gimple-loop-interchange.cc | 1980 struct loop *outermost = loops_for_fn (cfun)->tree_root; in prepare_perfect_loop_nest()
|
| HD | except.c | 1436 add_bb_to_loop (bb, current_loops->tree_root); in sjlj_emit_dispatch_table()
|
| HD | tree-ssa-loop-ivopts.c | 1801 return current_loops->tree_root; in outermost_invariant_loop_for_expr() 1814 return current_loops->tree_root; in outermost_invariant_loop_for_expr()
|
| HD | predict.c | 3262 estimate_loops_at_level (current_loops->tree_root->inner); in estimate_loops()
|