Home
last modified time | relevance | path

Searched refs:streamer_read_gcov_count (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddata-streamer-in.c181 streamer_read_gcov_count (struct lto_input_block *ib) in streamer_read_gcov_count() function
H A Dlto-cgraph.c1674 file_data->profile_info.sum_max = streamer_read_gcov_count (ib); in input_profile_summary()
1675 file_data->profile_info.sum_all = streamer_read_gcov_count (ib); in input_profile_summary()
1694 = streamer_read_gcov_count (ib); in input_profile_summary()
1696 = streamer_read_gcov_count (ib); in input_profile_summary()
1698 = streamer_read_gcov_count (ib); in input_profile_summary()
1703 set_hot_bb_threshold (streamer_read_gcov_count (ib)); in input_profile_summary()
H A Dprofile-count.c93 ret.m_val = streamer_read_gcov_count (ib); in stream_in()
H A Ddata-streamer.h85 gcov_type streamer_read_gcov_count (struct lto_input_block *);
H A Dipa-profile.c278 gcov_type count = streamer_read_gcov_count (ib); in ipa_profile_read_summary()
H A Dvalue-prof.c430 new_val->hvalue.counters[i] = streamer_read_gcov_count (ib); in stream_in_histogram_value()