| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cfgloopmanip.c | 104 act = loop_outer (act); in fix_bb_placement() 140 if (father != loop_outer (loop)) in fix_loop_placement() 142 for (act = loop_outer (loop); act != father; act = loop_outer (act)) in fix_loop_placement() 221 target_loop = loop_outer (from->loop_father); in fix_bb_placements() 318 for (l = e->src->loop_father; loop_outer (l); l = f) in remove_path() 320 f = loop_outer (l); in remove_path() 448 if (loop_outer (subloop) == outer in add_loop() 734 struct loop *outer = loop_outer (succ_bb->loop_father); in loopify() 820 add_bb_to_loop (body[i], loop_outer (loop)); in unloop() 828 flow_loop_tree_node_add (loop_outer (loop), ploop); in unloop() [all …]
|
| HD | cfgloop.h | 440 loop_outer (const struct loop *loop) in loop_outer() function 594 else if (!loop_outer (aloop)) in fel_init() 597 aloop = loop_outer (aloop); in fel_init() 614 aloop = loop_outer (aloop); in fel_init()
|
| HD | cfgloop.c | 140 loop_depth (loop), (long) (loop_outer (loop) in flow_loop_dump() 141 ? loop_outer (loop)->num : -1)); in flow_loop_dump() 317 father = loop_outer (loop); in flow_loop_tree_node_remove() 1017 aloop = loop_outer (aloop)) in rescan_loop_exit() 1251 loop_s = loop_outer (loop_s); in find_common_loop() 1252 loop_d = loop_outer (loop_d); in find_common_loop() 1279 struct loop *outer = loop_outer (loop); in cancel_loop() 1326 for (loop = bb->loop_father; loop; loop = loop_outer (loop)) in verify_loop_structure() 1525 loop = loop_outer (loop)) in verify_loop_structure()
|
| HD | graphite-scop-detection.c | 271 for (outer = loop_containing_stmt (stmt); outer; outer = loop_outer (outer)) in stmt_has_simple_data_refs_p() 551 if (loop_outer (outermost_loop)) in scopdet_basic_block_info() 552 outermost_loop = loop_outer (outermost_loop); in scopdet_basic_block_info() 558 loop_outer (e->dest->loop_father)); in scopdet_basic_block_info() 687 loop_outer (loop)); in scopdet_basic_block_info() 1190 if (!loop_in_sese_p (loop_outer (loop), region) in limit_scops()
|
| HD | sese.h | 180 loop = loop_outer (loop); in sese_loop_depth() 373 loop = loop_outer (loop); in gbb_loop_at_index()
|
| HD | tree-ssa-loop-ivcanon.c | 531 || loop_outer (loop_outer (loop)))) in tree_unroll_loops_completely()
|
| HD | tree-ssa-loop-im.c | 470 loop_outer (lim_data->max_loop)); in outermost_invariant_loop() 902 loop_outer (lim_data->tgt_loop)); in set_level() 1080 if (!loop_outer (bb->loop_father)) in determine_invariantness_stmt() 1234 if (!loop_outer (bb->loop_father)) in move_computations_stmt() 1567 loop = loop_outer (loop)) in mark_ref_stored() 1665 if (loop_outer (loop) == current_loops->tree_root) in gather_mem_refs_in_loops() 1669 loop_outer (loop)->num); in gather_mem_refs_in_loops() 1690 sloop = loop_outer (sloop)) in create_vop_ref_mapping_loop()
|
| HD | sese.c | 663 while (loop_outer (nest) in outermost_loop_in_sese() 664 && loop_in_sese_p (loop_outer (nest), region)) in outermost_loop_in_sese() 665 nest = loop_outer (nest); in outermost_loop_in_sese()
|
| HD | loop-invariant.c | 1679 loop = loop_outer (loop)) in mark_regno_live() 1772 loop = loop_outer (loop)) in mark_ref_regs() 1819 loop = loop_outer (loop)) in calculate_loop_reg_pressure() 1885 parent = loop_outer (loop); in calculate_loop_reg_pressure()
|
| HD | cfgloopanal.c | 441 if (loop_outer (bb->loop_father) in mark_loop_exit_edges()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | cfgloopmanip.c | 101 act = loop_outer (act); in fix_bb_placement() 140 if (father != loop_outer (loop)) in fix_loop_placement() 142 for (act = loop_outer (loop); act != father; act = loop_outer (act)) in fix_loop_placement() 229 target_loop = loop_outer (from->loop_father); in fix_bb_placements() 337 for (l = e->src->loop_father; loop_outer (l); l = f) in remove_path() 339 f = loop_outer (l); in remove_path() 471 if (loop_outer (subloop) == outer in add_loop() 870 struct loop *outer = loop_outer (succ_bb->loop_father); in loopify() 951 add_bb_to_loop (body[i], loop_outer (loop)); in unloop() 959 flow_loop_tree_node_add (loop_outer (loop), ploop); in unloop() [all …]
|
| HD | gimple-loop-interchange.cc | 1085 i_niters = analyze_scalar_evolution (loop_outer (iloop.m_loop), i_niters); in interchange_loops() 1086 i_niters = instantiate_scev (instantiate_below, loop_outer (iloop.m_loop), in interchange_loops() 1093 o_niters = analyze_scalar_evolution (loop_outer (oloop.m_loop), o_niters); in interchange_loops() 1094 o_niters = instantiate_scev (instantiate_below, loop_outer (oloop.m_loop), in interchange_loops() 1287 loop = loop_outer (loop); in compute_access_stride() 1329 expected = loop_outer (expected); in compute_access_stride() 1333 expected = loop_outer (expected); in compute_access_stride() 1336 while (expected != loop_outer (loop_nest)) in compute_access_stride() 1339 expected = loop_outer (expected); in compute_access_stride() 1789 niters = analyze_scalar_evolution (loop_outer (loop), niters); in proper_loop_form_for_interchange() [all …]
|
| HD | cfgloop.h | 523 loop_outer (const struct loop *loop) in loop_outer() function 727 else if (!loop_outer (aloop)) in loop_iterator() 730 aloop = loop_outer (aloop); in loop_iterator() 747 aloop = loop_outer (aloop); in loop_iterator()
|
| HD | cfgloop.c | 136 loop_depth (loop), (long) (loop_outer (loop) in flow_loop_dump() 137 ? loop_outer (loop)->num : -1)); in flow_loop_dump() 329 father = loop_outer (loop); in flow_loop_tree_node_remove() 1085 aloop = loop_outer (aloop)) in rescan_loop_exit() 1316 loop_s = loop_outer (loop_s); in find_common_loop() 1317 loop_d = loop_outer (loop_d); in find_common_loop() 1344 struct loop *outer = loop_outer (loop); in cancel_loop() 1670 && loop != loop_outer (e->dest->loop_father); in verify_loop_structure() 1671 loop = loop_outer (loop)) in verify_loop_structure() 1737 gcc_assert (! loop_outer (loop)); in loop_preheader_edge()
|
| HD | sese.h | 194 loop = loop_outer (loop); in sese_loop_depth() 289 loop = loop_outer (loop); in gbb_loop_at_index()
|
| HD | sese.c | 226 while (loop_outer (nest) in outermost_loop_in_sese_1() 227 && loop_in_sese_p (loop_outer (nest), region)) in outermost_loop_in_sese_1() 228 nest = loop_outer (nest); in outermost_loop_in_sese_1()
|
| HD | gimple-loop-jam.c | 134 if (loop_outer (subloop) == old && subloop->header == bbs[i]) in merge_loop_tree() 433 struct loop *outer = loop_outer (loop); in tree_loop_unroll_and_jam()
|
| HD | tree-ssa-loop-manip.c | 156 while (loop_outer (use_loop) != loop_outer (def_loop)) in find_sibling_superloop() 158 use_loop = loop_outer (use_loop); in find_sibling_superloop() 159 def_loop = loop_outer (def_loop); in find_sibling_superloop() 260 loop = loop_outer (loop)) in compute_live_loop_exits() 385 if (!loop_outer (def_loop)) in find_uses_to_rename_use()
|
| HD | tree-ssa-loop-im.c | 399 loop_outer (lim_data->max_loop)); in outermost_invariant_loop() 767 loop_outer (lim_data->tgt_loop)); in set_level() 956 if (!loop_outer (bb->loop_father)) in before_dom_children() 1096 if (!loop_outer (bb->loop_father)) in move_computations_worker() 1406 loop = loop_outer (loop); in mark_ref_stored() 1554 outer = loop_outer (loop); in analyze_memory_references() 2138 loop = loop_outer (loop); in record_dep_loop()
|
| HD | tree-ssa-loop-ivcanon.c | 1399 loop_father = loop_outer (loop); in tree_unroll_loops_completely_1() 1408 && (unroll_outer || loop_outer (loop_father))) in tree_unroll_loops_completely_1() 1420 if (loop_outer (loop_father)) in tree_unroll_loops_completely_1() 1480 if (loop_outer (unrolled_loop_bb->loop_father)) in tree_unroll_loops_completely()
|
| HD | tree-ssa-loop-split.c | 635 loop_outer (loop)->aux = loop; in tree_ssa_split_loops() 659 loop_outer (loop)->aux = loop; in tree_ssa_split_loops()
|
| HD | loop-invariant.c | 2038 loop = loop_outer (loop)) in mark_regno_live() 2107 loop = loop_outer (loop)) in mark_ref_regs() 2154 loop = loop_outer (loop)) in calculate_loop_reg_pressure() 2220 parent = loop_outer (loop); in calculate_loop_reg_pressure()
|
| HD | loop-init.c | 242 flow_loop_tree_node_add (loop_outer (loop), ploop); in fix_loop_structure()
|
| HD | predict.c | 388 l = loop_outer (l); in optimize_loop_nest_for_speed_p() 1852 loop = loop_outer (loop); in predict_loops() 2088 if (loop_outer (loop)->num) in predict_loops() 2131 loop_outer (loop)->latch, loop->header)) in predict_loops() 2137 loop_outer (loop)); in predict_loops() 2142 loop_outer (loop)->latch, bb)) in predict_loops() 2148 loop_outer (loop)); in predict_loops()
|
| HD | except.c | 1013 add_bb_to_loop (bb, loop_outer (loop)); in dw2_build_landing_pads() 1387 add_bb_to_loop (bb, loop_outer (loop)); in sjlj_emit_dispatch_table() 1396 loop_outer (loop); loop = loop_outer (loop)) in sjlj_emit_dispatch_table() 1425 add_bb_to_loop (bb, loop_outer (loop)); in sjlj_emit_dispatch_table()
|