Searched refs:IterSpaces (Results 1 – 1 of 1) sorted by relevance
4961 SmallVector<LoopIterationSpace, 4> IterSpaces; in CheckOpenMPLoop() local4962 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop()4968 IterSpaces[Cnt], Captures)) in CheckOpenMPLoop()5014 auto PreCond = ExprResult(IterSpaces[0].PreCond); in CheckOpenMPLoop()5015 auto N0 = IterSpaces[0].NumIterations; in CheckOpenMPLoop()5039 PreCond.get(), IterSpaces[Cnt].PreCond); in CheckOpenMPLoop()5041 auto N = IterSpaces[Cnt].NumIterations; in CheckOpenMPLoop()5111 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in CheckOpenMPLoop()5258 LoopIterationSpace &IS = IterSpaces[Cnt]; in CheckOpenMPLoop()5376 auto IS = IterSpaces.rbegin(); in CheckOpenMPLoop()