Searched refs:n_counters (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-merge.c33 unsigned n_counters __attribute__ ((unused))) {}
38 unsigned n_counters __attribute__ ((unused))) {}
48 __gcov_merge_add (gcov_type *counters, unsigned n_counters) argument
50 for (; n_counters; counters++, n_counters--)
60 __gcov_merge_ior (gcov_type *counters, unsigned n_counters) argument
62 for (; n_counters; counters++, n_counters--)
72 __gcov_merge_time_profile (gcov_type *counters, unsigned n_counters) argument
77 for (i = 0; i < n_counters;
103 __gcov_merge_topn(gcov_type *counters, unsigned n_counters) argument
[all...]
H A Dlibgcov-util.c750 __gcov_add_counter_op (gcov_type *counters, unsigned n_counters, argument
753 for (; n_counters; counters++, n_counters--)
764 unsigned n_counters ATTRIBUTE_UNUSED,
776 unsigned n_counters ATTRIBUTE_UNUSED,
787 __gcov_topn_counter_op (gcov_type *counters, unsigned n_counters, argument
792 gcc_assert (!(n_counters % 3));
793 n_measures = n_counters / 3;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-merge.c33 unsigned n_counters __attribute__ ((unused))) {}
38 unsigned n_counters __attribute__ ((unused))) {}
48 __gcov_merge_add (gcov_type *counters, unsigned n_counters) argument
50 for (; n_counters; counters++, n_counters--)
60 __gcov_merge_ior (gcov_type *counters, unsigned n_counters) argument
62 for (; n_counters; counters++, n_counters--)
72 __gcov_merge_time_profile (gcov_type *counters, unsigned n_counters) argument
77 for (i = 0; i < n_counters;
179 __gcov_merge_topn(gcov_type *counters, unsigned n_counters) argument
[all...]
H A Dlibgcov-util.c693 __gcov_add_counter_op (gcov_type *counters, unsigned n_counters, argument
696 for (; n_counters; counters++, n_counters--)
707 unsigned n_counters ATTRIBUTE_UNUSED,
719 unsigned n_counters ATTRIBUTE_UNUSED,
730 __gcov_topn_counter_op (gcov_type *counters, unsigned n_counters, argument
735 gcc_assert (!(n_counters % 3));
736 n_measures = n_counters / 3;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.h55 unsigned n_counters; /* Number of required counters. */
54 unsigned n_counters; /* Number of required counters. */ member in struct:histogram_value_t
H A Dvalue-prof.c330 for (i = 0; i < hist->n_counters; i++)
397 new_val->n_counters = ncounters;
441 new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_counters);
442 memcpy (new_val->hvalue.counters, val->hvalue.counters, sizeof (*new_val->hvalue.counters) * new_val->n_counters);
1900 hist->n_counters = hist->hdata.intvl.steps + 2;
1904 hist->n_counters = 2;
1909 hist->n_counters = GCOV_TOPN_VALUES_COUNTERS;
1913 hist->n_counters = 1;
1917 hist->n_counters = 2;
1921 hist->n_counters
[all...]
H A Dprofile.c157 if (!coverage_counter_alloc (t, hist->n_counters))
776 gcc_assert (hist->n_counters == GCOV_TOPN_VALUES_COUNTERS);
822 n_histogram_counters[(int) hist->type] += hist->n_counters;
855 act_count[t] += hist->n_counters;
858 hist->hvalue.counters = XNEWVEC (gcov_type, hist->n_counters);
859 for (j = 0; j < hist->n_counters; j++)
H A Dcoverage.c1112 unsigned n_counters = 0;
1139 n_counters++;
1144 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type);
1108 unsigned n_counters = 0; local
H A Dauto-profile.c1012 hist->n_counters = 3;
1013 hist->hvalue.counters = XNEWVEC (gcov_type, hist->n_counters);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.h55 unsigned n_counters; /* Number of required counters. */
54 unsigned n_counters; /* Number of required counters. */ member in struct:histogram_value_t
H A Dprofile.cc159 if (!coverage_counter_alloc (t, hist->n_counters))
887 n_histogram_counters[(int) hist->type] += hist->n_counters;
928 hist->n_counters = total_size;
929 hist->hvalue.counters = XNEWVEC (gcov_type, hist->n_counters);
930 for (j = 0; j < hist->n_counters; j++)
935 act_count[t] += hist->n_counters;
943 act_count[t] += hist->n_counters;
946 hist->hvalue.counters = XNEWVEC (gcov_type, hist->n_counters);
947 for (j = 0; j < hist->n_counters; j++)
H A Dvalue-prof.cc329 for (i = 0; i < hist->n_counters; i++)
407 new_val->n_counters = 2 + 2 * ncounters;
416 new_val->n_counters = ncounters;
462 new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_counters);
463 memcpy (new_val->hvalue.counters, val->hvalue.counters, sizeof (*new_val->hvalue.counters) * new_val->n_counters);
1937 hist->n_counters = hist->hdata.intvl.steps + 2;
1941 hist->n_counters = 2;
1946 hist->n_counters = GCOV_TOPN_MEM_COUNTERS;
1950 hist->n_counters = 1;
1954 hist->n_counters
[all...]
H A Dcoverage.cc1152 unsigned n_counters = 0;
1179 n_counters++;
1184 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type);
H A Dauto-profile.cc1012 hist->n_counters = 4;
1013 hist->hvalue.counters = XNEWVEC (gcov_type, hist->n_counters);

Completed in 158 milliseconds