Lines Matching refs:Cnt

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