Lines Matching refs:NestedLoopCount
4755 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
4839 ? ((NestedLoopCount == 1) ? OMPC_linear : OMPC_lastprivate) in checkOpenMPIterationSpace()
5115 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
5120 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
5128 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
5143 IterSpaces.resize(std::max(OrderedLoopCount, NestedLoopCount)); in checkOpenMPLoop()
5145 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
5147 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
5148 std::max(OrderedLoopCount, NestedLoopCount), CollapseLoopCountExpr, in checkOpenMPLoop()
5159 for (unsigned Cnt = NestedLoopCount; Cnt < OrderedLoopCount; ++Cnt) { in checkOpenMPLoop()
5161 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
5162 std::max(OrderedLoopCount, NestedLoopCount), CollapseLoopCountExpr, in checkOpenMPLoop()
5181 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
5184 return NestedLoopCount; in checkOpenMPLoop()
5237 return NestedLoopCount; in checkOpenMPLoop()
5243 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
5275 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()
5568 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
5569 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
5570 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
5571 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
5589 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
5597 for (unsigned int K = Cnt+1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
5604 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
5618 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
5702 return NestedLoopCount; in checkOpenMPLoop()
5776 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective() local
5779 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
5800 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
5815 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective() local
5818 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
5836 return OMPForDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForDirective()
5850 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
5854 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
5875 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
6052 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
6056 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
6075 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
6096 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
6100 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
6119 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
7092 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
7096 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
7115 NestedLoopCount, Clauses, AStmt, in ActOnOpenMPTargetParallelForDirective()
7378 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
7382 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
7401 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopDirective()
7414 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
7418 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
7450 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
7463 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
7467 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
7475 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeDirective()
7506 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
7510 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
7518 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeParallelForDirective()
7550 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
7554 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
7576 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
7606 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
7610 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
7632 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
7662 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
7666 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
7687 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()
7717 unsigned NestedLoopCount = in ActOnOpenMPTargetSimdDirective() local
7721 if (NestedLoopCount == 0) in ActOnOpenMPTargetSimdDirective()
7743 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetSimdDirective()
7773 unsigned NestedLoopCount = in ActOnOpenMPTeamsDistributeDirective() local
7777 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeDirective()
7788 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeDirective()
7820 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective() local
7825 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeSimdDirective()
7850 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeSimdDirective()
7882 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective() local
7887 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
7912 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
7944 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective() local
7949 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForDirective()
7960 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTeamsDistributeParallelForDirective()
8023 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective() local
8027 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeDirective()
8035 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeDirective()
8066 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective() local
8070 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
8089 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
8121 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local
8126 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
8149 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
8180 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective() local
8184 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
8206 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeSimdDirective()