Lines Matching refs:OMPReductionClause
280 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in OMPSimdLexicalScope()
1232 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1439 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1478 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1513 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()
2430 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()
2431 [](const OMPReductionClause *C) { in EmitOMPSimdInit()
3594 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveDecls()
3648 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveFinals()
3713 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()
3846 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in emitWorksharingDirective()
3847 [](const OMPReductionClause *C) { in emitWorksharingDirective()
4459 bool IsInscan = llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForDirective()
4460 [](const OMPReductionClause *C) { in EmitOMPParallelForDirective()
4493 bool IsInscan = llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForSimdDirective()
4494 [](const OMPReductionClause *C) { in EmitOMPParallelForSimdDirective()
4736 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in EmitOMPTaskBasedDirective()
5466 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective()