Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h332 uint32_t KMP_ALIGN_CACHE zeroCount; variable
344 uint64_t t = zeroCount; in check()
365 zeroCount = 0; in reset()
380 zeroCount += o.zeroCount;
H A Dkmp_stats.cpp194 zeroCount += 1; in addSample()
218 if (zeroCount) { in format()
219 result << "0, " << formatSI(zeroCount, 9, ' ') << ", ", in format()