Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer-in.cc203 streamer_read_gcov_count (class lto_input_block *ib) in streamer_read_gcov_count() function
H A Ddata-streamer.h89 gcov_type streamer_read_gcov_count (class lto_input_block *);
H A Dprofile-count.cc141 ret.m_val = streamer_read_gcov_count (ib); in stream_in()
H A Dvalue-prof.cc400 gcov_type total = streamer_read_gcov_count (ib); in stream_in_histogram_value()
401 gcov_type ncounters = streamer_read_gcov_count (ib); in stream_in_histogram_value()
409 new_val->hvalue.counters[2 + i] = streamer_read_gcov_count (ib); in stream_in_histogram_value()
418 new_val->hvalue.counters[i] = streamer_read_gcov_count (ib); in stream_in_histogram_value()
H A Dipa-profile.cc523 gcov_type count = streamer_read_gcov_count (ib); in ipa_profile_read_summary()
H A Dlto-cgraph.cc1638 set_hot_bb_threshold (streamer_read_gcov_count (ib)); in input_profile_summary()
H A DChangeLog-201334918 * data-streamer-in.c (streamer_read_gcov_count): New function.
34936 streamer_write_gcov_count_stream, streamer_read_gcov_count): Declare.
H A DChangeLog-201921601 (streamer_read_gcov_count): Same.
H A DChangeLog-201737258 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer-in.c192 streamer_read_gcov_count (class lto_input_block *ib) in streamer_read_gcov_count() function
H A Ddata-streamer.h87 gcov_type streamer_read_gcov_count (class lto_input_block *);
H A Dprofile-count.c131 ret.m_val = streamer_read_gcov_count (ib); in stream_in()
H A Dipa-profile.c523 gcov_type count = streamer_read_gcov_count (ib); in ipa_profile_read_summary()
H A Dvalue-prof.c399 new_val->hvalue.counters[i] = streamer_read_gcov_count (ib); in stream_in_histogram_value()
H A Dlto-cgraph.c1633 set_hot_bb_threshold (streamer_read_gcov_count (ib)); in input_profile_summary()