Searched refs:IterSpaces (Results 1 – 1 of 1) sorted by relevance
5142 SmallVector<LoopIterationSpace, 4> IterSpaces; in checkOpenMPLoop() local5143 IterSpaces.resize(std::max(OrderedLoopCount, NestedLoopCount)); in checkOpenMPLoop()5166 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()5168 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()5217 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()5218 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()5247 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()5249 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()5324 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()5590 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()[all …]