/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-fnsummary.h | 280 loop_depth (0), is_return_callee_uncaptured (false) in ipa_call_summary() 287 call_stmt_time (s.call_stmt_time), loop_depth (s.loop_depth), in ipa_call_summary() 302 unsigned int loop_depth; variable
|
H A D | gimple-loop-versioning.cc | 624 if (loop_depth (li.outermost) < loop_depth (outermost)) in version_for_unity() 636 " depth %d", loop_depth (outermost)); in version_for_unity() 637 if (loop_depth (li.outermost) > loop_depth (outermost)) in version_for_unity() 639 " a depth of %d", loop_depth (li.outermost)); in version_for_unity() 1531 if (loop_depth (outer_li.outermost) < loop_depth (inner_li.outermost)) in merge_loop_info() 1643 && (loop_depth (loop) == 1 || linfo.outermost == loop)) in make_versioning_decisions()
|
H A D | gimple-loop-jam.cc | 125 || loop_depth (bbs[i]->loop_father) < loop_depth (old)) in merge_loop_tree() 505 if (loop_depth (loop) < 2 in tree_loop_unroll_and_jam()
|
H A D | cfgloop.cc | 66 unsigned odepth = loop_depth (outer); in flow_loop_nested_p() 68 return (loop_depth (loop) > odepth in flow_loop_nested_p() 78 unsigned ldepth = loop_depth (loop); in superloop_at_depth() 138 loop_depth (loop), (long) (loop_outer (loop) in flow_loop_dump() 284 unsigned depth = loop_depth (father) + 1; in establish_preds() 1321 sdepth = loop_depth (loop_s); in find_common_loop() 1322 ddepth = loop_depth (loop_d); in find_common_loop() 2103 return bb->loop_father ? loop_depth (bb->loop_father) : 0; in bb_loop_depth()
|
H A D | loop-init.cc | 224 bb->aux = (void *) (size_t) loop_depth (bb->loop_father); in fix_loop_structure() 272 if ((void *) (size_t) loop_depth (bb->loop_father) != bb->aux) in fix_loop_structure()
|
H A D | cfgloopanal.cc | 132 depth = 1 + loop_depth (find_common_loop (act->loop_father, in mark_irreducible_loops() 134 if (depth == loop_depth (act->loop_father)) in mark_irreducible_loops()
|
H A D | sel-sched-ir.h | 1063 gcc_assert (loop_depth (inner_loop) >= loop_depth (current_loop_nest)); in inner_loop_header_p() 1160 this_depth = loop_depth (this_loop); in get_all_loop_exits() 1167 && loop_depth (e->dest->loop_father) >= this_depth) in get_all_loop_exits()
|
H A D | tree-ssa-loop-im.cc | 481 if (loop_depth (coldest_loop) < loop_depth (outermost_loop)) in get_coldest_out_loop() 485 || loop_depth (hotter_loop) < loop_depth (outermost_loop)) in get_coldest_out_loop() 535 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1); in outermost_invariant_loop() 679 aloop = superloop_at_depth (loop, loop_depth (aloop) + 1)) in outermost_indep_loop() 1080 bb->index, bb->loop_father->num, loop_depth (bb->loop_father)); in compute_invariantness() 1113 loop_depth (lim_data->max_loop), in compute_invariantness() 1193 loop_depth (lim_data->max_loop), in compute_invariantness()
|
H A D | gimple-loop-interchange.cc | 1403 loop = superloop_at_depth (loop, loop_depth (loop) + 1 - num_loops); in compute_access_strides() 1417 unsigned num_loops = loop_depth (innermost) - loop_depth (loop_nest) + 1; in prune_access_strides_not_in_loop() 1836 unsigned idx = loop_depth (innermost) - loop_depth (loop_nest); in should_interchange_loop_nest()
|
H A D | tree-ssa-loop-manip.cc | 167 unsigned ud = loop_depth (use_loop); in find_sibling_superloop() 168 unsigned dd = loop_depth (def_loop); in find_sibling_superloop() 205 unsigned def_loop_depth = loop_depth (def_loop); in compute_live_loop_exits() 243 unsigned pred_loop_depth = loop_depth (pred_loop); in compute_live_loop_exits()
|
H A D | tree-ssa-loop-prefetch.cc | 1501 unsigned min_depth = loop_depth (loop) - n; in add_subscript_strides() 1509 if ((unsigned) loop_depth (aloop) <= min_depth) in add_subscript_strides() 1517 strides[n - 1 - loop_depth (loop) + loop_depth (aloop)] += astep * stride; in add_subscript_strides()
|
H A D | graph.cc | 218 fillcolors[(loop_depth (loop) - 1) % 3], in draw_cfg_nodes_for_loop()
|
H A D | tree-vect-data-refs.cc | 295 int loop_depth, unsigned int *max_vf) in vect_analyze_possibly_independent_ddr() argument 300 int dist = dist_v[loop_depth]; in vect_analyze_possibly_independent_ddr() 360 unsigned int loop_depth; in vect_analyze_data_ref_dependence() local 453 loop_depth = index_in_loop_nest (loop->num, DDR_LOOP_NEST (ddr)); in vect_analyze_data_ref_dependence() 457 loop_depth, max_vf)) in vect_analyze_data_ref_dependence() 462 int dist = dist_v[loop_depth]; in vect_analyze_data_ref_dependence() 3467 unsigned int loop_depth, poly_uint64 vf) in dependence_distance_ge_vf() argument 3480 HOST_WIDE_INT dist = dist_v[loop_depth]; in dependence_distance_ge_vf() 3648 unsigned int loop_depth in vect_prune_runtime_alias_test_list() local 3662 if (dependence_distance_ge_vf (ddr, loop_depth, vect_factor)) in vect_prune_runtime_alias_test_list()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-fnsummary.h | 251 loop_depth (0), is_return_callee_uncaptured (false) in ipa_call_summary() 258 call_stmt_time (s.call_stmt_time), loop_depth (s.loop_depth), in ipa_call_summary() 273 unsigned int loop_depth; variable
|
H A D | gimple-loop-versioning.cc | 645 if (loop_depth (li.outermost) < loop_depth (outermost)) in version_for_unity() 657 " depth %d", loop_depth (outermost)); in version_for_unity() 658 if (loop_depth (li.outermost) > loop_depth (outermost)) in version_for_unity() 660 " a depth of %d", loop_depth (li.outermost)); in version_for_unity() 1550 if (loop_depth (outer_li.outermost) < loop_depth (inner_li.outermost)) in merge_loop_info() 1663 && (loop_depth (loop) == 1 || linfo.outermost == loop)) in make_versioning_decisions()
|
H A D | gimple-loop-jam.c | 124 || loop_depth (bbs[i]->loop_father) < loop_depth (old)) in merge_loop_tree() 501 if (loop_depth (loop) < 2 in tree_loop_unroll_and_jam()
|
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() 1324 sdepth = loop_depth (loop_s); in find_common_loop() 1325 ddepth = loop_depth (loop_d); in find_common_loop() 2091 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 | 132 depth = 1 + loop_depth (find_common_loop (act->loop_father, in mark_irreducible_loops() 134 if (depth == loop_depth (act->loop_father)) in mark_irreducible_loops()
|
H A D | sel-sched-ir.h | 1063 gcc_assert (loop_depth (inner_loop) >= loop_depth (current_loop_nest)); in inner_loop_header_p() 1160 this_depth = loop_depth (this_loop); in get_all_loop_exits() 1167 && loop_depth (e->dest->loop_father) >= this_depth) in get_all_loop_exits()
|
H A D | gimple-loop-interchange.cc | 1391 loop = superloop_at_depth (loop, loop_depth (loop) + 1 - num_loops); in compute_access_strides() 1405 unsigned num_loops = loop_depth (innermost) - loop_depth (loop_nest) + 1; in prune_access_strides_not_in_loop() 1824 unsigned idx = loop_depth (innermost) - loop_depth (loop_nest); in should_interchange_loop_nest()
|
H A D | tree-ssa-loop-prefetch.c | 1502 unsigned min_depth = loop_depth (loop) - n; in add_subscript_strides() 1510 if ((unsigned) loop_depth (aloop) <= min_depth) in add_subscript_strides() 1518 strides[n - 1 - loop_depth (loop) + loop_depth (aloop)] += astep * stride; in add_subscript_strides()
|
H A D | tree-ssa-loop-manip.c | 167 unsigned ud = loop_depth (use_loop); in find_sibling_superloop() 168 unsigned dd = loop_depth (def_loop); in find_sibling_superloop() 205 unsigned def_loop_depth = loop_depth (def_loop); in compute_live_loop_exits() 243 unsigned pred_loop_depth = loop_depth (pred_loop); in compute_live_loop_exits()
|
H A D | graph.c | 217 fillcolors[(loop_depth (loop) - 1) % 3], in draw_cfg_nodes_for_loop()
|
H A D | tree-ssa-loop-im.c | 428 max_loop = superloop_at_depth (loop, loop_depth (max_loop) + 1); in outermost_invariant_loop() 572 aloop = superloop_at_depth (loop, loop_depth (aloop) + 1)) in outermost_indep_loop() 984 bb->index, bb->loop_father->num, loop_depth (bb->loop_father)); in before_dom_children() 1017 loop_depth (lim_data->max_loop), in before_dom_children() 1097 loop_depth (lim_data->max_loop), in before_dom_children()
|