Home
last modified time | relevance | path

Searched refs:LoopDirective (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1047 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local
1048 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()
1136 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local
1137 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()
1138 for (const Expr *F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()
2330 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local
2331 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLinearClause()