Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp343 if (auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local
346 LoopDirective->getUpperBoundVariable()) in EmitOMPLastprivateClauseFinal()
349 IVExpr = LoopDirective->getIterationVariable(); in EmitOMPLastprivateClauseFinal()
350 IncExpr = LoopDirective->getInc(); in EmitOMPLastprivateClauseFinal()
351 auto IUpdate = LoopDirective->updates().begin(); in EmitOMPLastprivateClauseFinal()
352 for (auto *E : LoopDirective->counters()) { in EmitOMPLastprivateClauseFinal()