Searched refs:getPrivateCounters (Results 1 – 4 of 4) 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()
519 MutableArrayRef<Expr *> getPrivateCounters() { in getPrivateCounters() function1092 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); } in private_counters()1095 return const_cast<OMPLoopDirective *>(this)->getPrivateCounters(); in private_counters()
36 std::copy(A.begin(), A.end(), getPrivateCounters().begin()); in setPrivateCounters()
154 llvm::copy(A, getPrivateCounters().begin()); in setPrivateCounters()