Lines Matching refs:Cnt
4948 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End; in checkIfClauses() local
4949 ++Cnt) { in checkIfClauses()
4950 OpenMPDirectiveKind NM = AllowedNameModifiers[Cnt]; in checkIfClauses()
5581 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) { in processImplicitMapsWithDefaultMappers() local
5582 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]); in processImplicitMapsWithDefaultMappers()
8428 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get(); in buildOrderedLoopData() local
8429 if (!Cnt) in buildOrderedLoopData()
8435 Cnt = SemaRef.BuildBinOp(S, Loc, BOK, Cnt, Inc).get(); in buildOrderedLoopData()
8436 if (!Cnt) in buildOrderedLoopData()
8445 ? Cnt in buildOrderedLoopData()
8449 : Cnt; in buildOrderedLoopData()
8952 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop() argument
8954 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
8958 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
8959 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8961 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
9032 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop() local
9036 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
9038 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9436 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop() local
9437 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
9444 for (unsigned int K = Cnt+1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
9451 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
9465 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
9508 Built.Counters[Cnt] = IS.CounterVar; in checkOpenMPLoop()
9509 Built.PrivateCounters[Cnt] = IS.PrivateCounterVar; in checkOpenMPLoop()
9510 Built.Inits[Cnt] = Init.get(); in checkOpenMPLoop()
9511 Built.Updates[Cnt] = Update.get(); in checkOpenMPLoop()
9512 Built.Finals[Cnt] = Final.get(); in checkOpenMPLoop()
9513 Built.DependentCounters[Cnt] = nullptr; in checkOpenMPLoop()
9514 Built.DependentInits[Cnt] = nullptr; in checkOpenMPLoop()
9515 Built.FinalsConditions[Cnt] = nullptr; in checkOpenMPLoop()
9517 Built.DependentCounters[Cnt] = in checkOpenMPLoop()
9519 Built.DependentInits[Cnt] = in checkOpenMPLoop()
9521 Built.FinalsConditions[Cnt] = IS.FinalCondition; in checkOpenMPLoop()
12571 [this, &LoopHelpers, &Body, &OriginalInits](unsigned Cnt, in ActOnOpenMPTileDirective()
12576 *DSAStack, TmpDSA, LoopHelpers[Cnt]); in ActOnOpenMPTileDirective()