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