Lines Matching refs:NumLoops
341 unsigned NumLoops, in Create() argument
345 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create()
347 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc); in Create()
348 for (unsigned I = 0; I < NumLoops; ++I) { in Create()
356 unsigned NumLoops) { in CreateEmpty() argument
357 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty()
358 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty()
359 for (unsigned I = 0; I < NumLoops; ++I) { in CreateEmpty()
1053 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create() argument
1055 totalSizeToAlloc<Expr *>(VL.size() + /*depend-modifier*/ 1 + NumLoops), in Create()
1058 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops); in Create()
1065 for (unsigned I = 0 ; I < NumLoops; ++I) in Create()
1071 unsigned NumLoops) { in CreateEmpty() argument
1073 C.Allocate(totalSizeToAlloc<Expr *>(N + /*depend-modifier*/ 1 + NumLoops), in CreateEmpty()
1075 return new (Mem) OMPDependClause(N, NumLoops); in CreateEmpty()
1081 NumLoop < NumLoops && in setLoopData()
1091 NumLoop < NumLoops && in getLoopData()
1101 NumLoop < NumLoops && in getLoopData()