Searched refs:copy_array_elems (Results 1 – 5 of 5) sorted by relevance
665 for (auto *E : C->copy_array_elems()) { in VisitOMPReductionClause()
3429 CopyArrayElems.append(C->copy_array_elems().begin(), in emitScanBasedDirective()3430 C->copy_array_elems().end()); in emitScanBasedDirective()4885 CopyArrayElems.append(C->copy_array_elems().begin(), in EmitOMPScanDirective()4886 C->copy_array_elems().end()); in EmitOMPScanDirective()
3216 helper_expr_const_range copy_array_elems() const { in copy_array_elems() function3221 helper_expr_range copy_array_elems() { in copy_array_elems() function
3452 for (auto *E : C->copy_array_elems()) {
6270 for (auto *E : C->copy_array_elems()) in VisitOMPReductionClause()