Lines Matching refs:CounterVar
7683 Expr *CounterVar = nullptr; member
8573 IS.CounterVar, MinValue.get()); in buildNumIterations()
8593 IS.CounterVar, MaxValue.get()); in buildNumIterations()
8650 IS.CounterVar, MinValue.get()); in buildNumIterations()
8670 IS.CounterVar, MaxValue.get()); in buildNumIterations()
9192 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
9221 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
9234 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
9252 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9257 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9502 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9504 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
10041 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IS.CounterVar)->getDecl()); in checkOpenMPLoop()
10042 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local
10043 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop()
10046 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
10053 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop()
10062 buildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
10075 Built.Counters[Cnt] = IS.CounterVar; in checkOpenMPLoop()