Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp827 printCounters(statsOut, (*it)->getCounters()); in outputStats()
883 counter *counters = (*it)->getCounters(); in __kmp_reset_stats()
H A Dkmp_stats.h752 inline counter *getCounters() { return _counters; } in getCounters() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1083 MutableArrayRef<Expr *> getCounters() { in getCounters() function
1487 ArrayRef<Expr *> counters() { return getCounters(); } in counters()
1490 return const_cast<OMPLoopDirective *>(this)->getCounters(); in counters()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp215 llvm::copy(A, getCounters().begin()); in setCounters()