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()
1030 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create() argument
1032 totalSizeToAlloc<Expr *>(VL.size() + /*depend-modifier*/ 1 + NumLoops), in Create()
1035 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops); in Create()
1041 for (unsigned I = 0 ; I < NumLoops; ++I) in Create()
1047 unsigned NumLoops) { in CreateEmpty() argument
1049 C.Allocate(totalSizeToAlloc<Expr *>(N + /*depend-modifier*/ 1 + NumLoops), in CreateEmpty()
1051 return new (Mem) OMPDependClause(N, NumLoops); in CreateEmpty()
1057 NumLoop < NumLoops && in setLoopData()
1067 NumLoop < NumLoops && in getLoopData()
1077 NumLoop < NumLoops && in getLoopData()