Lines Matching refs:IterSpaces
8200 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
8207 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8228 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8230 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8232 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
8289 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
8290 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
8319 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
8321 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
8394 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
8521 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
8716 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
8725 IterSpaces[K].NumIterations); in checkOpenMPLoop()