Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp105 uint64_t newSampleCount = sampleCount + other.sampleCount; in operator +=() local
106 double dnsc = double(newSampleCount); in operator +=()
122 sampleCount = newSampleCount; in operator +=()