Searched refs:BodyParts (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14520 SmallVector<Stmt *, 4> BodyParts; in ActOnOpenMPTileDirective() local 14521 BodyParts.append(LoopHelper.Updates.begin(), LoopHelper.Updates.end()); in ActOnOpenMPTileDirective() 14523 BodyParts.push_back(SourceCXXFor->getLoopVarStmt()); in ActOnOpenMPTileDirective() 14524 BodyParts.push_back(Inner); in ActOnOpenMPTileDirective() 14525 Inner = CompoundStmt::Create(Context, BodyParts, FPOptionsOverride(), in ActOnOpenMPTileDirective() 14782 SmallVector<Stmt *, 4> BodyParts; in ActOnOpenMPStripeDirective() local 14783 BodyParts.append(LoopHelper.Updates.begin(), LoopHelper.Updates.end()); in ActOnOpenMPStripeDirective() 14785 BodyParts.push_back(SourceCXXFor->getLoopVarStmt()); in ActOnOpenMPStripeDirective() 14786 BodyParts.push_back(Inner); in ActOnOpenMPStripeDirective() 14787 Inner = CompoundStmt::Create(Context, BodyParts, FPOptionsOverride(), in ActOnOpenMPStripeDirective() [all …]
|