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