Lines Matching refs:NumIterations
1820 Expr *NumIterations, Sema &SemaRef,
4693 Expr *NumIterations = nullptr; member
4882 ResultIterSpace.NumIterations = ISC.buildNumIterations( in checkOpenMPIterationSpace()
4897 ResultIterSpace.NumIterations == nullptr || in checkOpenMPIterationSpace()
4907 CurrentNestedLoopCount, ResultIterSpace.NumIterations); in checkOpenMPIterationSpace()
5218 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
5249 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
5295 ExprResult NumIterations = LastIteration; in checkOpenMPLoop() local
5317 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop()
5320 if (!NumIterations.isUsable()) in checkOpenMPLoop()
5454 NumIterations.get()); in checkOpenMPLoop()
5459 CurScope, CondLoc, BO_LT, IV.get(), NumIterations.get()); in checkOpenMPLoop()
5599 IterSpaces[K].NumIterations); in checkOpenMPLoop()
5648 IS.NumIterations, IS.CounterStep, IS.Subtract, &Captures); in checkOpenMPLoop()
5673 Built.NumIterations = NumIterations.get(); in checkOpenMPLoop()
5790 B.NumIterations, *this, CurScope, in ActOnOpenMPSimdDirective()
5829 B.NumIterations, *this, CurScope, in ActOnOpenMPForDirective()
5865 B.NumIterations, *this, CurScope, in ActOnOpenMPForSimdDirective()
6067 B.NumIterations, *this, CurScope, in ActOnOpenMPParallelForDirective()
6108 B.NumIterations, *this, CurScope, in ActOnOpenMPParallelForSimdDirective()
7107 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetParallelForDirective()
7429 B.NumIterations, *this, CurScope, in ActOnOpenMPTaskLoopSimdDirective()
7565 B.NumIterations, *this, CurScope, in ActOnOpenMPDistributeParallelForSimdDirective()
7621 B.NumIterations, *this, CurScope, in ActOnOpenMPDistributeSimdDirective()
7677 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetParallelForSimdDirective()
7732 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetSimdDirective()
7836 B.NumIterations, *this, CurScope, in ActOnOpenMPTeamsDistributeSimdDirective()
7898 B.NumIterations, *this, CurScope, in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
8081 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
8138 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
8195 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetTeamsDistributeSimdDirective()
11703 Expr *NumIterations, Sema &SemaRef, in FinishOpenMPLinearClause() argument
11774 InitExpr, NumIterations, Step, /*Subtract=*/false); in FinishOpenMPLinearClause()