Lines Matching refs:IterSpaces
9572 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
9578 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
9582 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
9585 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9587 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
9643 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9644 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9673 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
9675 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9748 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9880 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
10089 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
10097 IterSpaces[K].NumIterations); in checkOpenMPLoop()