Searched refs:getCounters (Results 1 – 10 of 10) sorted by relevance
58 Vector getCounters(ElemNumber numberElem) in getCounters() method in CountersTable131 Vector counters = getCounters(numberElem); in countNode()
243 for (Entry<String, Counter> counterEntry : metricRegistry.getCounters().entrySet()) { in getMetrics()
820 printCounters(statsOut, (*it)->getCounters()); in outputStats()880 counter *counters = (*it)->getCounters(); in __kmp_reset_stats()
742 inline counter *getCounters() { return _counters; } in getCounters() function
339 MutableArrayRef<Expr *> getCounters() { in getCounters() function733 ArrayRef<Expr *> counters() { return getCounters(); } in counters()736 return const_cast<OMPLoopDirective *>(this)->getCounters(); in counters()
205 DataCounters &getCounters() { return mCounters; } in getCounters() function
430 counter = dataTracker->getCounters().getAndIncrement(call.entryPoint, param.name); in WriteStringPointerParamReplay()473 int counter = dataTracker->getCounters().getAndIncrement(call.entryPoint, param.name); in WriteResourceIDPointerParamReplay()509 int counter = dataTracker->getCounters().getAndIncrement(call.entryPoint, param.name); in WriteBinaryParamReplay()
512 MutableArrayRef<Expr *> getCounters() { in getCounters() function1086 ArrayRef<Expr *> counters() { return getCounters(); } in counters()1089 return const_cast<OMPLoopDirective *>(this)->getCounters(); in counters()
29 std::copy(A.begin(), A.end(), getCounters().begin()); in setCounters()
147 llvm::copy(A, getCounters().begin()); in setCounters()