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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c170 char *DstCounters = local
197 DstCounters[I] &= SrcCounters[I];
199 ((uint64_t *)DstCounters)[I] += ((uint64_t *)SrcCounters)[I];

Completed in 55 milliseconds