Lines Matching refs:CounterVar
7767 Expr *CounterVar = nullptr; member
8656 IS.CounterVar, MinValue.get()); in buildNumIterations()
8676 IS.CounterVar, MaxValue.get()); in buildNumIterations()
8733 IS.CounterVar, MinValue.get()); in buildNumIterations()
8753 IS.CounterVar, MaxValue.get()); in buildNumIterations()
9275 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
9304 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
9317 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
9335 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9340 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9585 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9587 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
10124 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IS.CounterVar)->getDecl()); in checkOpenMPLoop()
10125 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local
10126 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop()
10129 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
10136 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop()
10145 buildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
10158 Built.Counters[Cnt] = IS.CounterVar; in checkOpenMPLoop()