Searched refs:LoopDirective (Results 1 – 1 of 1) sorted by relevance
932 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local933 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()1005 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local1006 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()1007 for (const Expr *F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()1556 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local1557 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLinearClause()