Lines Matching refs:NestedLoopCount
4611 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in CheckOpenMPIterationSpace() argument
4622 << getOpenMPDirectiveName(DKind) << NestedLoopCount in CheckOpenMPIterationSpace()
4624 if (NestedLoopCount > 1) { in CheckOpenMPIterationSpace()
4694 ? ((NestedLoopCount == 1) ? OMPC_linear : OMPC_lastprivate) in CheckOpenMPIterationSpace()
4936 unsigned NestedLoopCount = 1; in CheckOpenMPLoop() local
4941 NestedLoopCount = Result.getLimitedValue(); in CheckOpenMPLoop()
4947 if (Result.getLimitedValue() < NestedLoopCount) { in CheckOpenMPLoop()
4955 NestedLoopCount = Result.getLimitedValue(); in CheckOpenMPLoop()
4962 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop()
4964 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop()
4966 NestedLoopCount, CollapseLoopCountExpr, in CheckOpenMPLoop()
4978 Built.clear(/* size */ NestedLoopCount); in CheckOpenMPLoop()
4981 return NestedLoopCount; in CheckOpenMPLoop()
5030 return NestedLoopCount; in CheckOpenMPLoop()
5036 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop()
5063 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in CheckOpenMPLoop()
5249 Built.Counters.resize(NestedLoopCount); in CheckOpenMPLoop()
5250 Built.Inits.resize(NestedLoopCount); in CheckOpenMPLoop()
5251 Built.Updates.resize(NestedLoopCount); in CheckOpenMPLoop()
5252 Built.Finals.resize(NestedLoopCount); in CheckOpenMPLoop()
5257 for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) { in CheckOpenMPLoop()
5268 assert((Cnt == (int)NestedLoopCount - 1) && in CheckOpenMPLoop()
5368 if (NestedLoopCount != Pair.second.size() || in CheckOpenMPLoop()
5369 NestedLoopCount != LoopMultipliers.size() + 1) { in CheckOpenMPLoop()
5380 for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) { in CheckOpenMPLoop()
5410 return NestedLoopCount; in CheckOpenMPLoop()
5464 unsigned NestedLoopCount = CheckOpenMPLoop( in ActOnOpenMPSimdDirective() local
5467 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
5503 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
5518 unsigned NestedLoopCount = CheckOpenMPLoop( in ActOnOpenMPForDirective() local
5521 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
5539 return OMPForDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForDirective()
5554 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
5558 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
5594 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
5771 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
5775 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
5794 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
5816 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
5820 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
5854 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
6789 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
6793 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
6812 NestedLoopCount, Clauses, AStmt, in ActOnOpenMPTargetParallelForDirective()
6996 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
7000 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
7014 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopDirective()
7028 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
7032 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
7057 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
7071 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
7075 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
7083 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeDirective()
7104 unsigned NestedLoopCount = CheckOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
7108 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
7116 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForDirective()
7137 unsigned NestedLoopCount = CheckOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
7141 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
7149 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
7170 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
7174 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
7182 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
7203 unsigned NestedLoopCount = CheckOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
7207 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
7244 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()