Searched refs:private_counters (Results 1 – 3 of 3) sorted by relevance
739 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); } in private_counters() function741 ArrayRef<Expr *> private_counters() const { in private_counters() function
1428 auto I = S.private_counters().begin(); in EmitOMPPrivateLoopCounters()1550 auto IPC = D.private_counters().begin(); in EmitOMPSimdFinal()
2207 for (auto I : D->private_counters()) { in VisitOMPLoopDirective()