Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1479 bool checkTransformableLoopNest(
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14192 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()