Lines Matching defs:Cnt

5122       for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End;
5123 ++Cnt) {
5124 OpenMPDirectiveKind NM = AllowedNameModifiers[Cnt];
5787 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) {
5788 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]);
9021 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get();
9022 if (!Cnt)
9028 Cnt = SemaRef.BuildBinOp(S, Loc, BOK, Cnt, Inc).get();
9029 if (!Cnt)
9038 *TestIsLessOp ? Cnt : tryBuildCapture(SemaRef, LB, Captures).get();
9040 *TestIsLessOp ? tryBuildCapture(SemaRef, LB, Captures).get() : Cnt;
9341 Expr *Cnt = SemaRef
9345 if (!Cnt)
9628 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) {
9630 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount,
9634 if (Cnt > 0 && Cnt >= NestedLoopCount &&
9635 IterSpaces[Cnt].CounterVar) {
9637 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar);
9729 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) {
9733 PreCond.get(), IterSpaces[Cnt].PreCond);
9735 Expr *N = IterSpaces[Cnt].NumIterations;
10148 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) {
10149 LoopIterationSpace &IS = IterSpaces[Cnt];
10155 for (unsigned int K = Cnt + 1; K < NestedLoopCount; ++K)
10162 if (Cnt + 1 < NestedLoopCount)
10176 if (Cnt + 1 < NestedLoopCount)
10218 Built.Counters[Cnt] = IS.CounterVar;
10219 Built.PrivateCounters[Cnt] = IS.PrivateCounterVar;
10220 Built.Inits[Cnt] = Init.get();
10221 Built.Updates[Cnt] = Update.get();
10222 Built.Finals[Cnt] = Final.get();
10223 Built.DependentCounters[Cnt] = nullptr;
10224 Built.DependentInits[Cnt] = nullptr;
10225 Built.FinalsConditions[Cnt] = nullptr;
10227 Built.DependentCounters[Cnt] = Built.Counters[IS.LoopDependentIdx - 1];
10228 Built.DependentInits[Cnt] = Built.Inits[IS.LoopDependentIdx - 1];
10229 Built.FinalsConditions[Cnt] = IS.FinalCondition;
14027 [this, &LoopHelpers, &Body, &OriginalInits, Kind](unsigned Cnt,
14032 TmpDSA, LoopHelpers[Cnt]);
14116 [LoopStmts](unsigned Cnt, Stmt *CurStmt) {
14117 assert(!LoopStmts[Cnt] && "Loop statement must not yet be assigned");
14118 LoopStmts[Cnt] = CurStmt;