Searched refs:GCOV_COUNTERS (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcoverage.c55 unsigned n_ctrs[GCOV_COUNTERS];/* number of counters. */
81 static unsigned prg_n_ctrs[GCOV_COUNTERS]; /* Total counters allocated. */
85 static unsigned fn_n_ctrs[GCOV_COUNTERS]; /* Counters allocated. */
86 static unsigned fn_b_ctrs[GCOV_COUNTERS]; /* Allocation base. */
100 static GTY(()) tree tree_ctr_tables[GCOV_COUNTERS];
104 static GTY(()) rtx ctr_labels[GCOV_COUNTERS];
107 static const char *const ctr_merge_functions[GCOV_COUNTERS] = GCOV_MERGE_FUNCTIONS;
108 static const char *const ctr_names[GCOV_COUNTERS] = GCOV_COUNTER_NAMES;
147 return entry->ident * GCOV_COUNTERS + entry->ctr;
596 for (i = 0; i != GCOV_COUNTERS;
[all...]
H A Dlibgcov.c231 gcov_type *values[GCOV_COUNTERS];
286 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++)
361 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++)
472 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++)
497 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++)
594 for (t_ix = 0, ci_ptr = gi_ptr->counts; t_ix != GCOV_COUNTERS; t_ix++)
H A Dgcov-io.h139 summary: int32:checksum {count-summary}GCOV_COUNTERS
332 #define GCOV_COUNTERS 5 macro
356 (!((TAG) & 0xFFFF) && GCOV_COUNTER_FOR_TAG (TAG) < GCOV_COUNTERS)
H A Dgcov-dump.c423 for (ix = 0; ix != GCOV_COUNTERS; ix++)

Completed in 84 milliseconds