/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-sink.c | 291 if (temp_bb->loop_depth < best_bb->loop_depth) in select_best_block() 302 if (best_bb->loop_depth < early_bb->loop_depth) in select_best_block() 318 if (best_bb->loop_depth == early_bb->loop_depth in select_best_block()
|
H A D | cfgloop.c | 68 unsigned odepth = loop_depth (outer); in flow_loop_nested_p() 70 return (loop_depth (loop) > odepth in flow_loop_nested_p() 80 unsigned ldepth = loop_depth (loop); in superloop_at_depth() 140 loop_depth (loop), (long) (loop_outer (loop) in flow_loop_dump() 234 unsigned depth = loop_depth (loop); in flow_loop_nodes_find() 237 header->loop_depth = depth; in flow_loop_nodes_find() 248 latch->src->loop_depth = depth; in flow_loop_nodes_find() 265 ancestor->loop_depth = depth; in flow_loop_nodes_find() 284 unsigned depth = loop_depth (father) + 1; in establish_preds() 409 header->loop_depth = 0; in flow_loops_find() [all …]
|
H A D | cfghooks.c | 279 s_indent, bb->index, bb->loop_depth); in dump_bb() 439 new_bb->loop_depth = bb->loop_depth; in split_block() 951 new_bb->loop_depth = bb->loop_depth; in duplicate_block()
|
H A D | graphite-scop-detection.c | 479 && loop_depth (outermost_loop) + 1 == loop_depth (loop)) in scopdet_basic_block_info() 674 if (loop_depth (find_common_loop (loop, dom_bb->loop_father)) in scopdet_basic_block_info() 675 < loop_depth (loop)) in scopdet_basic_block_info() 685 if (loop_depth (loop) > loop_depth (dom_bb->loop_father)) in scopdet_basic_block_info()
|
H A D | ira.c | 2310 int loop_depth; member 2478 return ((reg_equiv[REGNO (x)].loop_depth >= reg_equiv[regno].loop_depth in equiv_init_movable_p() 2725 int loop_depth; in update_equiv_regs() local 2742 loop_depth = bb->loop_depth; in update_equiv_regs() 2915 reg_equiv[regno].loop_depth = loop_depth; in update_equiv_regs() 3018 loop_depth = bb->loop_depth; in update_equiv_regs() 3043 || reg_equiv[regno].loop_depth < loop_depth in update_equiv_regs()
|
H A D | cfgloopanal.c | 128 depth = 1 + loop_depth (find_common_loop (act->loop_father, in mark_irreducible_loops() 130 if (depth == loop_depth (act->loop_father)) in mark_irreducible_loops()
|
H A D | graphite-poly.h | 951 find_lst_loop (lst_p stmt, int loop_depth) in find_lst_loop() argument 955 gcc_assert (loop_depth >= 0); in find_lst_loop() 957 while (loop_depth < lst_depth (loop)) in find_lst_loop() 1269 int loop_depth = lst_depth (loop); in lst_distribute_lst() local 1271 int nb_loops = depth - loop_depth; in lst_distribute_lst()
|
H A D | ipa-inline-analysis.c | 1119 es->loop_depth, in dump_inline_edge_summary() 1164 es->loop_depth, in dump_inline_edge_summary() 1981 es->loop_depth = bb->loop_depth; in estimate_function_body_sizes() 2489 inline_edge_summary (e)->loop_depth += depth; in inline_update_callee_summaries() 2492 inline_edge_summary (e)->loop_depth += depth; in inline_update_callee_summaries() 2693 inline_edge_summary (edge)->loop_depth); in inline_merge_summary() 3005 es->loop_depth = streamer_read_uhwi (ib); in read_inline_edge_summary() 3162 streamer_write_uhwi (ob, es->loop_depth); in write_inline_edge_summary()
|
H A D | ipa-inline.h | 136 unsigned short int loop_depth; member
|
H A D | tree-ssa-loop-prefetch.c | 1403 unsigned min_depth = loop_depth (loop) - n; in add_subscript_strides() 1411 if ((unsigned) loop_depth (aloop) <= min_depth) in add_subscript_strides() 1419 strides[n - 1 - loop_depth (loop) + loop_depth (aloop)] += astep * stride; in add_subscript_strides()
|
H A D | gimple-streamer-out.c | 179 streamer_write_hwi (ob, bb->loop_depth); in output_bb()
|
H A D | tree-scalar-evolution.c | 1563 subloop = superloop_at_depth (phi_loop, loop_depth (loop) + 1); in interpret_loop_phi() 1785 def_loop = superloop_at_depth (def_loop, loop_depth (wrto_loop) + 1); in compute_scalar_evolution_in_loop() 2103 || loop_depth (def_bb->loop_father) == 0 in instantiate_scev_name() 2136 && loop_depth (loop_containing_stmt (SSA_NAME_DEF_STMT (res))) in instantiate_scev_name() 2137 > loop_depth (def_loop)) in instantiate_scev_name() 3324 loop_depth (exit->dest->loop_father) + 1); in scev_const_prop()
|
H A D | graphite-sese-to-poly.c | 323 int d1 = loop_depth (bb1->loop_father); in compare_bb_depths() 324 int d2 = loop_depth (bb2->loop_father); in compare_bb_depths() 1323 if (loop_depth (pred->loop_father) > loop_depth (bb->loop_father)) in single_pred_cond_non_loop_exit() 2872 if (loop_depth (e->src->loop_father) in edge_initial_value_for_loop_phi() 2873 < loop_depth (e->dest->loop_father)) in edge_initial_value_for_loop_phi() 2892 if (loop_depth (e->src->loop_father) in initial_value_for_loop_phi() 2893 < loop_depth (e->dest->loop_father)) in initial_value_for_loop_phi()
|
H A D | tree-ssa-loop-im.c | 473 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1); in outermost_invariant_loop() 624 aloop = superloop_at_depth (loop, loop_depth (aloop) + 1)) in outermost_indep_loop() 1085 bb->index, bb->loop_father->num, loop_depth (bb->loop_father)); in determine_invariantness_stmt() 1116 loop_depth (lim_data->max_loop), in determine_invariantness_stmt() 1192 loop_depth (lim_data->max_loop), in determine_invariantness_stmt()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-loop-jam.c | 125 || loop_depth (bbs[i]->loop_father) < loop_depth (old)) in merge_loop_tree() 435 if (loop_depth (loop) < 2 in tree_loop_unroll_and_jam()
|
H A D | ipa-fnsummary.h | 196 unsigned int loop_depth; member 204 loop_depth (0) in ipa_call_summary()
|
H A D | cfgloop.c | 64 unsigned odepth = loop_depth (outer); in flow_loop_nested_p() 66 return (loop_depth (loop) > odepth in flow_loop_nested_p() 76 unsigned ldepth = loop_depth (loop); in superloop_at_depth() 136 loop_depth (loop), (long) (loop_outer (loop) in flow_loop_dump() 284 unsigned depth = loop_depth (father) + 1; in establish_preds() 1306 sdepth = loop_depth (loop_s); in find_common_loop() 1307 ddepth = loop_depth (loop_d); in find_common_loop() 2059 return bb->loop_father ? loop_depth (bb->loop_father) : 0; in bb_loop_depth()
|
H A D | loop-init.c | 218 bb->aux = (void *) (size_t) loop_depth (bb->loop_father); in fix_loop_structure() 266 if ((void *) (size_t) loop_depth (bb->loop_father) != bb->aux) in fix_loop_structure()
|
H A D | cfgloopanal.c | 131 depth = 1 + loop_depth (find_common_loop (act->loop_father, in mark_irreducible_loops() 133 if (depth == loop_depth (act->loop_father)) in mark_irreducible_loops()
|
H A D | tree-ssa-loop-prefetch.c | 1474 unsigned min_depth = loop_depth (loop) - n; in add_subscript_strides() 1482 if ((unsigned) loop_depth (aloop) <= min_depth) in add_subscript_strides() 1490 strides[n - 1 - loop_depth (loop) + loop_depth (aloop)] += astep * stride; in add_subscript_strides()
|
H A D | gimple-loop-interchange.cc | 1383 loop = superloop_at_depth (loop, loop_depth (loop) + 1 - num_loops); in compute_access_strides() 1397 unsigned num_loops = loop_depth (innermost) - loop_depth (loop_nest) + 1; in prune_access_strides_not_in_loop() 1816 unsigned idx = loop_depth (innermost) - loop_depth (loop_nest); in should_interchange_loop_nest()
|
H A D | tree-ssa-loop-manip.c | 149 unsigned ud = loop_depth (use_loop); in find_sibling_superloop() 150 unsigned dd = loop_depth (def_loop); in find_sibling_superloop() 187 unsigned def_loop_depth = loop_depth (def_loop); in compute_live_loop_exits() 225 unsigned pred_loop_depth = loop_depth (pred_loop); in compute_live_loop_exits()
|
H A D | tree-ssa-loop-im.c | 402 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1); in outermost_invariant_loop() 549 aloop = superloop_at_depth (loop, loop_depth (aloop) + 1)) in outermost_indep_loop() 961 bb->index, bb->loop_father->num, loop_depth (bb->loop_father)); in before_dom_children() 994 loop_depth (lim_data->max_loop), in before_dom_children() 1074 loop_depth (lim_data->max_loop), in before_dom_children()
|
H A D | ipa-fnsummary.c | 826 indent, "", es->loop_depth, edge->sreal_frequency ().to_double (), in dump_ipa_call_summary() 867 es->loop_depth, in dump_ipa_call_summary() 2211 es->loop_depth = bb_loop_depth (bb); in analyze_function_body() 2867 ipa_call_summaries->get (e)->loop_depth += depth; in inline_update_callee_summaries() 2870 ipa_call_summaries->get (e)->loop_depth += depth; in inline_update_callee_summaries() 3113 ipa_call_summaries->get (edge)->loop_depth); in ipa_merge_fn_summary_after_inlining() 3233 es->loop_depth = streamer_read_uhwi (ib); in read_ipa_call_summary() 3392 streamer_write_uhwi (ob, es->loop_depth); in write_ipa_call_summary()
|
H A D | graph.c | 210 fillcolors[(loop_depth (loop) - 1) % 3], in draw_cfg_nodes_for_loop()
|