Home
last modified time | relevance | path

Searched refs:self_size (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-fnsummary.h94 int self_size; variable
99 : estimated_self_stack_size (0), self_size (0), size (0) in ipa_size_summary()
H A Dipa-fnsummary.c1028 fprintf (f, " self size: %i\n", ss->self_size); in ipa_dump_fn_summary()
2867 ss->self_size = size; in analyze_function_body()
2929 size_info->self_size = size_info->size; in compute_fn_summary()
2985 size_info->size = size_info->self_size; in compute_fn_summary()
2999 gcc_assert (e || size_info->size == size_info->self_size); in compute_fn_summary()
4235 size_info->size = size_info->self_size = size; in inline_read_section()
4451 streamer_write_hwi (ob, size_info->self_size); in ipa_fn_summary_write()
H A Dipa-inline.c165 if (limit < size_info->self_size) in caller_growth_limits()
166 limit = size_info->self_size; in caller_growth_limits()
178 if (limit < what_size_info->self_size) in caller_growth_limits()
179 limit = what_size_info->self_size; in caller_growth_limits()
H A Dipa-cp.c737 if (ipa_size_summaries->get (node)->self_size < stats.n_calls) in ipcp_cloning_candidate_p()
3934 overall_size += s->self_size;
H A Dipa-icf.c1149 && ipa_size_summaries->get (alias)->self_size <= 2) in merge()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-fnsummary.h97 int self_size; variable
102 : estimated_self_stack_size (0), self_size (0), size (0) in ipa_size_summary()
H A Dipa-fnsummary.c1028 fprintf (f, " self size: %i\n", ss->self_size); in ipa_dump_fn_summary()
2867 ss->self_size = size; in analyze_function_body()
2929 size_info->self_size = size_info->size; in compute_fn_summary()
2985 size_info->size = size_info->self_size; in compute_fn_summary()
2999 gcc_assert (e || size_info->size == size_info->self_size); in compute_fn_summary()
4235 size_info->size = size_info->self_size = size; in inline_read_section()
4451 streamer_write_hwi (ob, size_info->self_size); in ipa_fn_summary_write()
H A Dipa-inline.c165 if (limit < size_info->self_size) in caller_growth_limits()
166 limit = size_info->self_size; in caller_growth_limits()
178 if (limit < what_size_info->self_size) in caller_growth_limits()
179 limit = what_size_info->self_size; in caller_growth_limits()
H A Dipa-inline.cc165 if (limit < size_info->self_size) in caller_growth_limits()
166 limit = size_info->self_size; in caller_growth_limits()
178 if (limit < what_size_info->self_size) in caller_growth_limits()
179 limit = what_size_info->self_size; in caller_growth_limits()
H A Dipa-fnsummary.cc1100 fprintf (f, " self size: %i\n", ss->self_size); in ipa_dump_fn_summary()
3066 ss->self_size = size; in analyze_function_body()
3128 size_info->self_size = size_info->size; in compute_fn_summary()
3212 size_info->size = size_info->self_size; in compute_fn_summary()
3226 gcc_assert (e || size_info->size == size_info->self_size); in compute_fn_summary()
4471 size_info->size = size_info->self_size = size; in inline_read_section()
4718 streamer_write_hwi (ob, size_info->self_size); in ipa_fn_summary_write()
H A Dipa-cp.c737 if (ipa_size_summaries->get (node)->self_size < stats.n_calls) in ipcp_cloning_candidate_p()
3934 overall_size += s->self_size;
H A Dipa-cp.cc802 if (ipa_size_summaries->get (node)->self_size < stats.n_calls) in ipcp_cloning_candidate_p()
4027 overall_size += s->self_size; in ipcp_propagate_stage()
H A Dipa-icf.c1149 && ipa_size_summaries->get (alias)->self_size <= 2) in merge()
H A Dipa-icf.cc1154 && ipa_size_summaries->get (alias)->self_size <= 2) in merge()
H A DChangeLog-20198960 (ipa_fn_summary): Remove size, self_size, stack_frame_offset,
11291 * ipa-inline.c: Fix type; compute size rather than self_size
/netbsd/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog790 (add_symbol_to_partition_1): Use size instead of self_size