Searched refs:IterSpaces (Results 1 – 1 of 1) sorted by relevance
2602 SmallVector<LoopIterationSpace, 4> IterSpaces; in CheckOpenMPLoop() local2603 IterSpaces.resize(NestedLoopCount); in CheckOpenMPLoop()2608 VarsWithImplicitDSA, IterSpaces[Cnt])) in CheckOpenMPLoop()2651 auto N0 = IterSpaces[0].NumIterations; in CheckOpenMPLoop()2663 auto N = IterSpaces[Cnt].NumIterations; in CheckOpenMPLoop()2722 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in CheckOpenMPLoop()2845 LoopIterationSpace &IS = IterSpaces[Cnt]; in CheckOpenMPLoop()