Home
last modified time | relevance | path

Searched refs:GCOV_COUNTERS (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDcoverage.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;
145 return entry->ident * GCOV_COUNTERS + entry->ctr; in htab_counts_entry_hash()
592 for (i = 0; i != GCOV_COUNTERS; i++) in coverage_end_function()
[all …]
HDlibgcov.c231 gcov_type *values[GCOV_COUNTERS]; in gcov_exit()
286 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++) in gcov_exit()
361 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++) in gcov_exit()
472 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++) in gcov_exit()
497 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++) in gcov_exit()
594 for (t_ix = 0, ci_ptr = gi_ptr->counts; t_ix != GCOV_COUNTERS; t_ix++) in __gcov_flush()
HDgcov-io.h332 #define GCOV_COUNTERS 5 macro
356 (!((TAG) & 0xFFFF) && GCOV_COUNTER_FOR_TAG (TAG) < GCOV_COUNTERS)
HDgcov-dump.c423 for (ix = 0; ix != GCOV_COUNTERS; ix++) in tag_summary()
HDChangeLog-200317369 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
25510 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.