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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c123 const char *SrcCountersEnd, *SrcCounter; local
148 for (SrcCounter = SrcCountersStart,
150 SrcCounter < SrcCountersEnd;) {
152 *DstCounter &= *SrcCounter;
154 *(uint64_t *)DstCounter += *(uint64_t *)SrcCounter;
156 SrcCounter += __llvm_profile_counter_entry_size();

Completed in 71 milliseconds