Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_stats.h400 bool collectingHist; variable
406 collectingHist = doHist;
411 collectingHist(o.collectingHist), hist(o.hist) {} in statistic()
414 sampleCount(sc), offset(0.0), collectingHist(false) {} in statistic()
415 bool haveHist() const { return collectingHist; } in haveHist()
Dkmp_stats.cpp90 if (collectingHist) in addSample()
121 if (collectingHist) in operator +=()