Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h465 static bool masterOnly(timer_e e) { in masterOnly() function
574 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp839 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on in outputStats()
857 if (counter::masterOnly(c) && t != 0) in outputStats()