Lines Matching refs:IterSpaces
5142 SmallVector<LoopIterationSpace, 4> IterSpaces; in checkOpenMPLoop() local
5143 IterSpaces.resize(std::max(OrderedLoopCount, NestedLoopCount)); in checkOpenMPLoop()
5149 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces[Cnt], in checkOpenMPLoop()
5163 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces[Cnt], 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()
5599 IterSpaces[K].NumIterations); in checkOpenMPLoop()