Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1045 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local
1046 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()
1138 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local
1139 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()
1140 for (const Expr *F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()
2294 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local
2295 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLinearClause()