Searched refs:checkTransformableLoopNest (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1402 bool checkTransformableLoopNest(
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14020 bool SemaOpenMP::checkTransformableLoopNest( in checkTransformableLoopNest() function in SemaOpenMP 14147 if (!checkTransformableLoopNest(OMPD_tile, AStmt, NumLoops, LoopHelpers, Body, in ActOnOpenMPTileDirective() 14423 if (!checkTransformableLoopNest(OMPD_unroll, AStmt, NumLoops, LoopHelpers, in ActOnOpenMPUnrollDirective() 14692 if (!checkTransformableLoopNest(OMPD_reverse, AStmt, NumLoops, LoopHelpers, in ActOnOpenMPReverseDirective() 14882 if (!checkTransformableLoopNest(OMPD_interchange, AStmt, NumLoops, in ActOnOpenMPInterchangeDirective()
|