Lines Matching refs:CounterVar
7153 Expr *CounterVar = nullptr; member
8040 IS.CounterVar, MinValue.get()); in buildNumIterations()
8060 IS.CounterVar, MaxValue.get()); in buildNumIterations()
8117 IS.CounterVar, MinValue.get()); in buildNumIterations()
8137 IS.CounterVar, MaxValue.get()); in buildNumIterations()
8655 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
8684 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
8697 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
8715 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
8720 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8967 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
9508 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IS.CounterVar)->getDecl()); in checkOpenMPLoop()
9509 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local
9510 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop()
9513 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
9520 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop()
9529 buildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
9542 Built.Counters[Cnt] = IS.CounterVar; in checkOpenMPLoop()