Home
last modified time | relevance | path

Searched refs:cum_value (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgcov-io.c488 gcov_write_counter (csum->histogram[h_ix].cum_value); in gcov_write_summary()
657 csum->histogram[h_ix].cum_value = gcov_read_counter (); in gcov_read_summary()
795 tgt_cum = tgt_histo[tgt_i].cum_value; in gcov_histogram_merge()
814 tmp_histo[tgt_i].cum_value += tgt_cum; in gcov_histogram_merge()
822 tmp_histo[tgt_i].cum_value += tgt_histo[tgt_i].cum_value; in gcov_histogram_merge()
834 src_cum = src_histo[src_i].cum_value; in gcov_histogram_merge()
875 tmp_histo[tmp_i].cum_value += merge_cum; in gcov_histogram_merge()
899 src_cum += src_histo[src_i].cum_value; in gcov_histogram_merge()
906 tmp_histo[tmp_i].cum_value += src_cum; in gcov_histogram_merge()
971 if (cum + histo_bucket->cum_value < working_set_cum_values[ws_ix]) in compute_working_sets()
[all …]
HDgcov-io.h325 gcov_type cum_value; member
HDlto-cgraph.c733 profile_info->histogram[h_ix].cum_value); in output_profile_summary()
1697 file_data->profile_info.histogram[h_ix].cum_value in input_profile_summary()
1795 lto_gcov_summary.histogram[new_ix].cum_value in merge_profile_summaries()
1796 += apply_scale (saved_profile_info->histogram[h_ix].cum_value, in merge_profile_summaries()
/dragonfly/contrib/gcc-8.0/libgcc/
HDlibgcov-driver.c211 histogram[i].cum_value += value; in gcov_histogram_insert()
240 cs_ptr->histogram[h_ix].cum_value = 0; in gcov_compute_histogram()