Lines Matching refs:IterSpaces
8952 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8958 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8962 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8967 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9060 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9135 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9264 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9471 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
9480 IterSpaces[K].NumIterations); in checkOpenMPLoop()