/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cfghooks.c | 409 = find_common_loop (single_pred (ret)->loop_father, in redirect_edge_and_branch_force() 599 loop = find_common_loop (src->loop_father, dest->loop_father); in split_edge() 807 cloop = find_common_loop (cloop, e->src->loop_father); in make_forwarder_block() 901 = find_common_loop (single_pred (ret)->loop_father, in force_nonfallthru()
|
H A D | sese.h | 387 loop_p common = find_common_loop (l1, l2); in nb_common_loops()
|
H A D | cfgloopanal.c | 128 depth = 1 + loop_depth (find_common_loop (act->loop_father, in mark_irreducible_loops()
|
H A D | cfgloop.h | 229 extern struct loop * find_common_loop (struct loop *, struct loop *);
|
H A D | tree-ssa-loop-im.c | 465 max_loop = find_common_loop (loop, def_bb->loop_father); in outermost_invariant_loop() 469 max_loop = find_common_loop (max_loop, in outermost_invariant_loop() 898 stmt_loop = find_common_loop (orig_loop, stmt_loop); in set_level() 901 stmt_loop = find_common_loop (stmt_loop, in set_level()
|
H A D | cfgloop.c | 1014 cloop = find_common_loop (e->src->loop_father, e->dest->loop_father); in rescan_loop_exit() 1234 find_common_loop (struct loop *loop_s, struct loop *loop_d) in find_common_loop() function
|
H A D | cfgloopmanip.c | 135 act = find_common_loop (loop, e->dest->loop_father); in fix_loop_placement() 252 nca = find_common_loop (pred->loop_father, base_loop); in fix_bb_placements()
|
H A D | tree-scalar-evolution.c | 1826 (find_common_loop (loop, bb->loop_father), bb->loop_father, res); in analyze_scalar_evolution_1() 2123 def_loop = find_common_loop (evolution_loop, def_bb->loop_father); in instantiate_scev_name()
|
H A D | graphite-scop-detection.c | 674 if (loop_depth (find_common_loop (loop, dom_bb->loop_father)) in scopdet_basic_block_info()
|
H A D | tree-ssa-loop-manip.c | 145 def_loop = find_common_loop (def_bb->loop_father, e->src->loop_father); in add_exit_phis_edge()
|
H A D | loop-invariant.c | 605 outermost_exit = find_common_loop (outermost_exit, in find_exits()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfghooks.c | 496 = find_common_loop (single_pred (ret)->loop_father, in redirect_edge_and_branch_force() 694 loop = find_common_loop (src->loop_father, dest->loop_father); in split_edge() 938 cloop = find_common_loop (cloop, e->src->loop_father); in make_forwarder_block() 1035 = find_common_loop (pred->loop_father, succ->loop_father); in force_nonfallthru()
|
H A D | sese.h | 303 loop_p common = find_common_loop (l1, l2); in nb_common_loops()
|
H A D | tree-ssa-loop-im.c | 394 max_loop = find_common_loop (loop, def_bb->loop_father); in outermost_invariant_loop() 398 max_loop = find_common_loop (max_loop, in outermost_invariant_loop() 763 stmt_loop = find_common_loop (orig_loop, stmt_loop); in set_level() 766 stmt_loop = find_common_loop (stmt_loop, in set_level()
|
H A D | cfgloopanal.c | 131 depth = 1 + loop_depth (find_common_loop (act->loop_father, in mark_irreducible_loops()
|
H A D | cfgloop.h | 350 extern struct loop * find_common_loop (struct loop *, struct loop *);
|
H A D | cfgloopmanip.c | 135 act = find_common_loop (loop, e->dest->loop_father); in fix_loop_placement() 269 nca = find_common_loop (pred->loop_father, base_loop); in fix_bb_placements()
|
H A D | cfgloop.c | 1082 cloop = find_common_loop (e->src->loop_father, e->dest->loop_father); in rescan_loop_exit() 1299 find_common_loop (struct loop *loop_s, struct loop *loop_d) in find_common_loop() function
|
H A D | tree-cfgcleanup.c | 908 cloop = find_common_loop (cloop, e->src->loop_father); in cleanup_tree_cfg_noloop()
|
H A D | tree-ssa-loop-manip.c | 283 struct loop *aloop = find_common_loop (def_bb->loop_father, in add_exit_phi()
|
H A D | loop-invariant.c | 612 outermost_exit = find_common_loop (outermost_exit, in find_exits()
|
H A D | tree-scalar-evolution.c | 2390 def_loop = find_common_loop (evolution_loop, def_bb->loop_father); in instantiate_scev_name()
|
H A D | ipa-fnsummary.c | 1610 struct loop *l = find_common_loop (init_bb->loop_father, use_bb->loop_father); in get_minimal_bb()
|
H A D | cfgexpand.c | 2547 loop_p loop = find_common_loop (bb->loop_father, dest->loop_father); in expand_gimple_cond()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | loop.texi | 191 @item @code{find_common_loop}: Finds the common super-loop of two loops.
|