Lines Matching refs:NumLoops
324 unsigned NumLoops, in Create() argument
328 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create()
330 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc); in Create()
331 for (unsigned I = 0; I < NumLoops; ++I) { in Create()
339 unsigned NumLoops) { in CreateEmpty() argument
340 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty()
341 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty()
342 for (unsigned I = 0; I < NumLoops; ++I) { in CreateEmpty()
1000 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create() argument
1002 totalSizeToAlloc<Expr *>(VL.size() + /*depend-modifier*/ 1 + NumLoops), in Create()
1005 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops); in Create()
1011 for (unsigned I = 0 ; I < NumLoops; ++I) in Create()
1017 unsigned NumLoops) { in CreateEmpty() argument
1019 C.Allocate(totalSizeToAlloc<Expr *>(N + /*depend-modifier*/ 1 + NumLoops), in CreateEmpty()
1021 return new (Mem) OMPDependClause(N, NumLoops); in CreateEmpty()
1027 NumLoop < NumLoops && in setLoopData()
1037 NumLoop < NumLoops && in getLoopData()
1047 NumLoop < NumLoops && in getLoopData()