Searched refs:max_agg_items (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-cp.c | 2521 bool pre_existing, bool *change, int max_agg_items) 2556 if (dest_plats->aggs_count == max_agg_items) 2610 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, 2621 &dst_aglat, pre_existing, &ret, max_agg_items)) 2801 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, 2812 &aglat, pre_existing, &ret, max_agg_items))
|
H A D | ipa-prop.c | 1867 int max_agg_items = opt_for_fn (fbi->node->decl, param_ipa_max_agg_items); in determine_known_aggregate_parts() local 1869 if (max_agg_items == 0) in determine_known_aggregate_parts() 1967 if (++value_count == max_agg_items) in determine_known_aggregate_parts() 1974 if (++item_count == 2 * max_agg_items) in determine_known_aggregate_parts()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-cp.cc | 2577 bool pre_existing, bool *change, int max_agg_items) in merge_agg_lats_step() argument 2612 if (dest_plats->aggs_count == max_agg_items) in merge_agg_lats_step() 2666 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, in merge_aggregate_lattices() local 2677 &dst_aglat, pre_existing, &ret, max_agg_items)) in merge_aggregate_lattices() 2858 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, in propagate_aggs_across_jump_function() local 2869 &aglat, pre_existing, &ret, max_agg_items)) in propagate_aggs_across_jump_function()
|
H A D | ipa-prop.cc | 1997 int max_agg_items = opt_for_fn (fbi->node->decl, param_ipa_max_agg_items); in determine_known_aggregate_parts() local 1999 if (max_agg_items == 0) in determine_known_aggregate_parts() 2099 if (++value_count == max_agg_items) in determine_known_aggregate_parts() 2106 if (++item_count == 2 * max_agg_items) in determine_known_aggregate_parts()
|
H A D | ChangeLog-2020 | 38732 * ipa-cp.c (merge_agg_lats_step): New parameter max_agg_items, use
|