Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp765 auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local
766 for (auto *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()
837 if (auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local
838 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()
839 for (auto F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()
1480 auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local
1481 for (auto *C : LoopDirective->counters()) { in EmitOMPLinearClause()