Lines Matching defs:counters
326 /* Given an array of pointers to counters (counters), increment the n-th one,
330 uint64_t **counters) {
337 counter = counters[pred];
346 "llvmgcda: increment_indirect_counter counters=%08llx, pred=%u\n",
377 void llvm_gcda_emit_arcs(uint32_t num_counters, uint64_t *counters) {
388 /* There are counters present in the file. Merge them. */
399 "mismatched number of counters (%d)\n",
415 counters[i] += (old_ctrs ? old_ctrs[i] : 0);
416 write_64bit_value(counters[i]);
424 fprintf(stderr, "llvmgcda: %llu\n", (unsigned long long)counters[i]);
440 /* There are counters present in the file. Merge them. */