Lines Matching refs:CounterVar
7137 Expr *CounterVar = nullptr; member
8034 IS.CounterVar, MinValue.get()); in buildNumIterations()
8054 IS.CounterVar, MaxValue.get()); in buildNumIterations()
8111 IS.CounterVar, MinValue.get()); in buildNumIterations()
8131 IS.CounterVar, MaxValue.get()); in buildNumIterations()
8649 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
8678 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
8691 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
8709 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
8714 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
8959 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8961 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
9474 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IS.CounterVar)->getDecl()); in checkOpenMPLoop()
9475 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local
9476 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop()
9479 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
9486 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop()
9495 buildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
9508 Built.Counters[Cnt] = IS.CounterVar; in checkOpenMPLoop()