Searched refs:getPrivateCounters (Results 1 – 2 of 2) sorted by relevance
346 MutableArrayRef<Expr *> getPrivateCounters() { in getPrivateCounters() function739 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); } in private_counters()742 return const_cast<OMPLoopDirective *>(this)->getPrivateCounters(); in private_counters()
36 std::copy(A.begin(), A.end(), getPrivateCounters().begin()); in setPrivateCounters()