Lines Matching refs:IterSpaces
8946 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8952 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8956 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8959 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8961 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
9006 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9007 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9036 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
9038 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9111 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9240 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9437 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
9446 IterSpaces[K].NumIterations); in checkOpenMPLoop()