Lines Matching refs:OMPReductionClause

253     for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) {  in OMPSimdLexicalScope()
1207 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1417 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1453 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1488 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()
2394 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()
2395 [](const OMPReductionClause *C) { in EmitOMPSimdInit()
3490 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveDecls()
3544 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveFinals()
3610 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()
3743 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in emitWorksharingDirective()
3744 [](const OMPReductionClause *C) { in emitWorksharingDirective()
4355 bool IsInscan = llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForDirective()
4356 [](const OMPReductionClause *C) { in EmitOMPParallelForDirective()
4388 bool IsInscan = llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForSimdDirective()
4389 [](const OMPReductionClause *C) { in EmitOMPParallelForSimdDirective()
4611 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in EmitOMPTaskBasedDirective()
5311 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective()