Home
last modified time | relevance | path

Searched refs:aact_count (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDprofile.c847 gcov_type *aact_count; in compute_value_histograms() local
886 aact_count = act_count[t]; in compute_value_histograms()
894 if (aact_count) in compute_value_histograms()
895 hist->hvalue.counters[j] = aact_count[j]; in compute_value_histograms()
/dragonfly/contrib/gcc-4.7/gcc/
HDprofile.c825 gcov_type *aact_count; in compute_value_histograms() local
863 aact_count = act_count[t]; in compute_value_histograms()
869 hist->hvalue.counters[j] = aact_count[j]; in compute_value_histograms()