Lines Matching refs:OMPReductionClause

254     for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) {  in OMPSimdLexicalScope()
1209 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1420 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1456 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1491 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()
2402 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()
2403 [](const OMPReductionClause *C) { in EmitOMPSimdInit()
3548 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveDecls()
3602 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveFinals()
3668 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()
3801 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in emitWorksharingDirective()
3802 [](const OMPReductionClause *C) { in emitWorksharingDirective()
4414 bool IsInscan = llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForDirective()
4415 [](const OMPReductionClause *C) { in EmitOMPParallelForDirective()
4448 bool IsInscan = llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForSimdDirective()
4449 [](const OMPReductionClause *C) { in EmitOMPParallelForSimdDirective()
4664 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in EmitOMPTaskBasedDirective()
5375 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective()