Lines Matching refs:OMPReductionClause
247 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in OMPSimdLexicalScope()
1208 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1425 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1461 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1496 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()
2362 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()
2363 [](const OMPReductionClause *C) { in EmitOMPSimdInit()
3327 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirectiveDecls()
3396 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()
3529 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in emitWorksharingDirective()
3530 [](const OMPReductionClause *C) { in emitWorksharingDirective()
4092 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForDirective()
4093 [](const OMPReductionClause *C) { in EmitOMPParallelForDirective()
4123 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in EmitOMPParallelForSimdDirective()
4124 [](const OMPReductionClause *C) { in EmitOMPParallelForSimdDirective()
4317 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in EmitOMPTaskBasedDirective()
4848 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective()