Lines Matching refs:NumLoops
332 unsigned NumLoops, in Create() argument
336 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create()
338 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc); in Create()
339 for (unsigned I = 0; I < NumLoops; ++I) { in Create()
347 unsigned NumLoops) { in CreateEmpty() argument
348 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty()
349 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty()
350 for (unsigned I = 0; I < NumLoops; ++I) { in CreateEmpty()
1044 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create() argument
1046 totalSizeToAlloc<Expr *>(VL.size() + /*depend-modifier*/ 1 + NumLoops), in Create()
1049 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops); in Create()
1056 for (unsigned I = 0 ; I < NumLoops; ++I) in Create()
1062 unsigned NumLoops) { in CreateEmpty() argument
1064 C.Allocate(totalSizeToAlloc<Expr *>(N + /*depend-modifier*/ 1 + NumLoops), in CreateEmpty()
1066 return new (Mem) OMPDependClause(N, NumLoops); in CreateEmpty()
1072 NumLoop < NumLoops && in setLoopData()
1082 NumLoop < NumLoops && in getLoopData()
1092 NumLoop < NumLoops && in getLoopData()