Lines Matching defs:Cnt
5104 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End;
5105 ++Cnt) {
5106 OpenMPDirectiveKind NM = AllowedNameModifiers[Cnt];
5771 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) {
5772 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]);
9027 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get();
9028 if (!Cnt)
9034 Cnt = SemaRef.BuildBinOp(S, Loc, BOK, Cnt, Inc).get();
9035 if (!Cnt)
9044 *TestIsLessOp ? Cnt : tryBuildCapture(SemaRef, LB, Captures).get();
9046 *TestIsLessOp ? tryBuildCapture(SemaRef, LB, Captures).get() : Cnt;
9346 Expr *Cnt = SemaRef
9350 if (!Cnt)
9672 &CollapsedLoopVarDecls](unsigned Cnt, Stmt *CurStmt) {
9674 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount,
9679 if (Cnt > 0 && Cnt >= NestedLoopCount &&
9680 IterSpaces[Cnt].CounterVar) {
9682 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar);
9774 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) {
9778 PreCond.get(), IterSpaces[Cnt].PreCond);
9780 Expr *N = IterSpaces[Cnt].NumIterations;
10193 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) {
10194 LoopIterationSpace &IS = IterSpaces[Cnt];
10200 for (unsigned int K = Cnt + 1; K < NestedLoopCount; ++K)
10207 if (Cnt + 1 < NestedLoopCount)
10221 if (Cnt + 1 < NestedLoopCount)
10263 Built.Counters[Cnt] = IS.CounterVar;
10264 Built.PrivateCounters[Cnt] = IS.PrivateCounterVar;
10265 Built.Inits[Cnt] = Init.get();
10266 Built.Updates[Cnt] = Update.get();
10267 Built.Finals[Cnt] = Final.get();
10268 Built.DependentCounters[Cnt] = nullptr;
10269 Built.DependentInits[Cnt] = nullptr;
10270 Built.FinalsConditions[Cnt] = nullptr;
10272 Built.DependentCounters[Cnt] = Built.Counters[IS.LoopDependentIdx - 1];
10273 Built.DependentInits[Cnt] = Built.Inits[IS.LoopDependentIdx - 1];
10274 Built.FinalsConditions[Cnt] = IS.FinalCondition;
14110 [this, &LoopHelpers, &Body, &OriginalInits, Kind](unsigned Cnt,
14115 TmpDSA, LoopHelpers[Cnt]);
14199 [LoopStmts](unsigned Cnt, Stmt *CurStmt) {
14200 assert(!LoopStmts[Cnt] && "Loop statement must not yet be assigned");
14201 LoopStmts[Cnt] = CurStmt;