Lines Matching refs:OMPReductionClause
249 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in OMPSimdLexicalScope()
1216 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1433 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1469 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1504 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()
2367 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()
2368 [](const OMPReductionClause *C) { in EmitOMPSimdInit()
3353 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveDecls()
3422 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()
3555 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in emitWorksharingDirective()
3556 [](const OMPReductionClause *C) { in emitWorksharingDirective()
4118 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForDirective()
4119 [](const OMPReductionClause *C) { in EmitOMPParallelForDirective()
4149 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForSimdDirective()
4150 [](const OMPReductionClause *C) { in EmitOMPParallelForSimdDirective()
4343 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in EmitOMPTaskBasedDirective()
4874 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective()