Home | History | Annotate | Download | only in gcc

Lines Matching defs:counts

68 /* Counts information for a function.  */
78 gcov_type *counts;
171 free (entry->counts);
178 /* Read in the counts file, if available. */
263 entry->counts = XCNEWVEC (gcov_type, n_counts);
279 entry->counts[ix] = gcov_read_counter ();
305 /* No hash table, no counts. */
322 ? "execution counts estimated"
323 : "execution counts assumed to be zero"));
390 ? G_("execution counts estimated\n")
391 : G_("execution counts assumed to be zero\n"));
409 return entry->counts;
683 error has occurred. Save function coverage counts. */