Searched refs:checkTransformableLoopNest (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1479 bool checkTransformableLoopNest(
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14192 bool SemaOpenMP::checkTransformableLoopNest( in checkTransformableLoopNest() function in SemaOpenMP 14329 if (!checkTransformableLoopNest(OMPD_tile, AStmt, NumLoops, LoopHelpers, Body, in ActOnOpenMPTileDirective() 14606 if (!checkTransformableLoopNest(OMPD_stripe, AStmt, NumLoops, LoopHelpers, in ActOnOpenMPStripeDirective() 14867 if (!checkTransformableLoopNest(OMPD_unroll, AStmt, NumLoops, LoopHelpers, in ActOnOpenMPUnrollDirective() 15135 if (!checkTransformableLoopNest(OMPD_reverse, AStmt, NumLoops, LoopHelpers, in ActOnOpenMPReverseDirective() 15327 if (!checkTransformableLoopNest(OMPD_interchange, AStmt, NumLoops, in ActOnOpenMPInterchangeDirective()
|