Searched refs:LoopDirective (Results 1 – 1 of 1) sorted by relevance
1053 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local1054 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()1146 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local1147 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()1148 for (const Expr *F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()2302 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local2303 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLinearClause()