Lines Matching refs:NumLoops
196 unsigned NumLoops, in Create() argument
200 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create()
202 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc); in Create()
203 for (unsigned I = 0; I < NumLoops; ++I) { in Create()
211 unsigned NumLoops) { in CreateEmpty() argument
212 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty()
213 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty()
214 for (unsigned I = 0; I < NumLoops; ++I) { in CreateEmpty()
723 unsigned NumLoops) { in Create() argument
724 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(VL.size() + NumLoops)); in Create()
726 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops); in Create()
731 for (unsigned I = 0 ; I < NumLoops; ++I) in Create()
737 unsigned NumLoops) { in CreateEmpty() argument
738 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(N + NumLoops)); in CreateEmpty()
739 return new (Mem) OMPDependClause(N, NumLoops); in CreateEmpty()
745 NumLoop < NumLoops && in setLoopData()
755 NumLoop < NumLoops && in getLoopData()
765 NumLoop < NumLoops && in getLoopData()