Searched refs:getPrivateCounters (Results 1 – 2 of 2) sorted by relevance
1075 MutableArrayRef<Expr *> getPrivateCounters() { in getPrivateCounters() function1478 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); } in private_counters()1481 return const_cast<OMPLoopDirective *>(this)->getPrivateCounters(); in private_counters()
222 llvm::copy(A, getPrivateCounters().begin()); in setPrivateCounters()