Searched refs:LoopDirective (Results 1 – 2 of 2) sorted by relevance
765 auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local766 for (auto *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()837 if (auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local838 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()839 for (auto F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()1480 auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local1481 for (auto *C : LoopDirective->counters()) { in EmitOMPLinearClause()
1022 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local1023 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()1115 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local1116 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()1117 for (const Expr *F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()2125 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local2126 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLinearClause()