• Home
  • Raw
  • Download

Lines Matching refs:getClausesOfKind

578   for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {  in EmitOMPFirstprivateClause()
585 for (const auto *C : D.getClausesOfKind<OMPFirstprivateClause>()) { in EmitOMPFirstprivateClause()
671 for (const auto *C : D.getClausesOfKind<OMPPrivateClause>()) { in EmitOMPPrivateClause()
701 for (const auto *C : D.getClausesOfKind<OMPCopyinClause>()) { in EmitOMPCopyinClause()
772 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseInit()
849 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseFinal()
939 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1146 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1171 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1211 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPParallelDirective()
1259 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLoopBody()
1325 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLinearClauseInit()
1360 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLinearClauseFinal()
1395 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause()
1486 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLinearClause()
2318 for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) { in EmitOMPSingleDirective()
2441 for (const auto *C : S.getClausesOfKind<OMPPrivateClause>()) { in EmitOMPTaskBasedDirective()
2454 for (const auto *C : S.getClausesOfKind<OMPFirstprivateClause>()) { in EmitOMPTaskBasedDirective()
2470 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPTaskBasedDirective()
2487 for (const auto *C : S.getClausesOfKind<OMPDependClause>()) in EmitOMPTaskBasedDirective()
2563 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskDirective()
2758 for (const auto *DC : S.getClausesOfKind<OMPDependClause>()) in EmitOMPOrderedDirective()
3364 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPCancelDirective()
3482 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskLoopBasedDirective()