Searched refs:LoopDirective (Results 1 – 1 of 1) sorted by relevance
1072 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local1073 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()1161 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local1162 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()1163 for (const Expr *F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()2366 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local2367 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLinearClause()