Lines Matching refs:NestedLoopCount

2382     unsigned CurrentNestedLoopCount, unsigned NestedLoopCount,  in CheckOpenMPIterationSpace()  argument
2392 << NestedLoopCount << (CurrentNestedLoopCount > 0) in CheckOpenMPIterationSpace()
2394 if (NestedLoopCount > 1) in CheckOpenMPIterationSpace()
2453 ? ((NestedLoopCount == 1) ? OMPC_linear : OMPC_lastprivate) in CheckOpenMPIterationSpace()
2593 unsigned NestedLoopCount = 1; in CheckOpenMPLoop() local
2598 NestedLoopCount = Result.getLimitedValue(); in CheckOpenMPLoop()
2603 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop()
2605 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop()
2607 NestedLoopCount, NestedLoopCountExpr, in CheckOpenMPLoop()
2618 Built.clear(/* size */ NestedLoopCount); in CheckOpenMPLoop()
2621 return NestedLoopCount; in CheckOpenMPLoop()
2656 return NestedLoopCount; in CheckOpenMPLoop()
2662 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop()
2677 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in CheckOpenMPLoop()
2838 Built.Counters.resize(NestedLoopCount); in CheckOpenMPLoop()
2839 Built.Updates.resize(NestedLoopCount); in CheckOpenMPLoop()
2840 Built.Finals.resize(NestedLoopCount); in CheckOpenMPLoop()
2844 for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) { in CheckOpenMPLoop()
2855 assert((Cnt == (int)NestedLoopCount - 1) && in CheckOpenMPLoop()
2932 return NestedLoopCount; in CheckOpenMPLoop()
2952 unsigned NestedLoopCount = in ActOnOpenMPSimdDirective() local
2955 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
2962 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
2972 unsigned NestedLoopCount = in ActOnOpenMPForDirective() local
2975 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
2982 return OMPForDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForDirective()
2992 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
2995 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
3002 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
3098 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
3101 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
3109 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForDirective()
3127 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
3130 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
3135 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()