Searched refs:IterSpaces (Results 1 – 1 of 1) sorted by relevance
3669 SmallVector<LoopIterationSpace, 4> IterSpaces; in CheckOpenMPLoop() local3670 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop()3676 IterSpaces[Cnt])) in CheckOpenMPLoop()3722 auto PreCond = ExprResult(IterSpaces[0].PreCond); in CheckOpenMPLoop()3723 auto N0 = IterSpaces[0].NumIterations; in CheckOpenMPLoop()3747 PreCond.get(), IterSpaces[Cnt].PreCond); in CheckOpenMPLoop()3749 auto N = IterSpaces[Cnt].NumIterations; in CheckOpenMPLoop()3816 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in CheckOpenMPLoop()3937 LoopIterationSpace &IS = IterSpaces[Cnt]; in CheckOpenMPLoop()