Home
last modified time | relevance | path

Searched refs:LoopDirective (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1022 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLastprivateClauseInit() local
1023 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLastprivateClauseInit()
1115 if (const auto *LoopDirective = dyn_cast<OMPLoopDirective>(&D)) { in EmitOMPLastprivateClauseFinal() local
1116 auto IC = LoopDirective->counters().begin(); in EmitOMPLastprivateClauseFinal()
1117 for (const Expr *F : LoopDirective->finals()) { in EmitOMPLastprivateClauseFinal()
2125 const auto *LoopDirective = cast<OMPLoopDirective>(&D); in EmitOMPLinearClause() local
2126 for (const Expr *C : LoopDirective->counters()) { in EmitOMPLinearClause()