Lines Matching refs:checkOpenMPLoop
8906 checkOpenMPLoop(OpenMPDirectiveKind DKind, Expr *CollapseLoopCountExpr, in checkOpenMPLoop() function
9671 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective()
9710 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective()
9747 checkOpenMPLoop(OMPD_for_simd, getCollapseNumberExpr(Clauses), in ActOnOpenMPForSimdDirective()
10014 checkOpenMPLoop(OMPD_parallel_for, getCollapseNumberExpr(Clauses), in ActOnOpenMPParallelForDirective()
10058 checkOpenMPLoop(OMPD_parallel_for_simd, getCollapseNumberExpr(Clauses), in ActOnOpenMPParallelForSimdDirective()
11253 checkOpenMPLoop(OMPD_target_parallel_for, getCollapseNumberExpr(Clauses), in ActOnOpenMPTargetParallelForDirective()
11521 checkOpenMPLoop(OMPD_taskloop, getCollapseNumberExpr(Clauses), in ActOnOpenMPTaskLoopDirective()
11559 checkOpenMPLoop(OMPD_taskloop_simd, getCollapseNumberExpr(Clauses), in ActOnOpenMPTaskLoopSimdDirective()
11609 checkOpenMPLoop(OMPD_master_taskloop, getCollapseNumberExpr(Clauses), in ActOnOpenMPMasterTaskLoopDirective()
11647 checkOpenMPLoop(OMPD_master_taskloop_simd, getCollapseNumberExpr(Clauses), in ActOnOpenMPMasterTaskLoopSimdDirective()
11715 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopDirective()
11772 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
11823 checkOpenMPLoop(OMPD_distribute, getCollapseNumberExpr(Clauses), in ActOnOpenMPDistributeDirective()
11865 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective()
11909 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective()
11966 checkOpenMPLoop(OMPD_distribute_simd, getCollapseNumberExpr(Clauses), in ActOnOpenMPDistributeSimdDirective()
12021 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective()
12077 checkOpenMPLoop(OMPD_target_simd, getCollapseNumberExpr(Clauses), in ActOnOpenMPTargetSimdDirective()
12133 checkOpenMPLoop(OMPD_teams_distribute, getCollapseNumberExpr(Clauses), in ActOnOpenMPTeamsDistributeDirective()
12178 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective()
12240 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
12302 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective()
12381 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective()
12424 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
12480 checkOpenMPLoop(OMPD_target_teams_distribute_parallel_for_simd, in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
12538 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective()
12580 checkOpenMPLoop(Kind, nullptr, nullptr, CurStmt, *this, *DSAStack, in checkTransformableLoopNest()