Lines Matching refs:Cnt
335 for (auto Cnt = Stack.size() - 1; Cnt > 0; --Cnt) {
336 if (Stack[Cnt].MappedDecls.count(VD)) {
337 VarMI = Stack[Cnt].MappedDecls[VD];
2440 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End;
2441 ++Cnt) {
2442 OpenMPDirectiveKind NM = AllowedNameModifiers[Cnt];
3672 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) {
3673 if (CheckOpenMPIterationSpace(DKind, CurStmt, SemaRef, DSA, Cnt,
3676 IterSpaces[Cnt]))
3744 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) {
3747 PreCond.get(), IterSpaces[Cnt].PreCond);
3749 auto N = IterSpaces[Cnt].NumIterations;
3936 for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) {
3937 LoopIterationSpace &IS = IterSpaces[Cnt];
3947 assert((Cnt == (int)NestedLoopCount - 1) &&
3951 if (Cnt != 0 && Iter.isUsable())
3988 if (Cnt != 0) {
4008 Built.Counters[Cnt] = IS.CounterVar;
4009 Built.PrivateCounters[Cnt] = IS.PrivateCounterVar;
4010 Built.Inits[Cnt] = Init.get();
4011 Built.Updates[Cnt] = Update.get();
4012 Built.Finals[Cnt] = Final.get();