Home
last modified time | relevance | path

Searched refs:CounterVar (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp221 auto CounterVar = Matches[0].getNodeAs<VarDecl>("initVarName"); in shouldCompletelyUnroll() local
238 return !isPossiblyEscaped(CounterVar->getCanonicalDecl(), Pred); in shouldCompletelyUnroll()
/external/clang/lib/Sema/
DSemaOpenMP.cpp4561 Expr *CounterVar = nullptr; member
4742 ResultIterSpace.CounterVar = ISC.BuildCounterVar(Captures, DSA); in CheckOpenMPIterationSpace()
4753 ResultIterSpace.CounterVar == nullptr || in CheckOpenMPIterationSpace()
5281 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IS.CounterVar)->getDecl()); in CheckOpenMPLoop()
5282 auto *CounterVar = buildDeclRefExpr(SemaRef, VD, IS.CounterVar->getType(), in CheckOpenMPLoop() local
5283 IS.CounterVar->getExprLoc(), in CheckOpenMPLoop()
5285 ExprResult Init = BuildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in CheckOpenMPLoop()
5292 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in CheckOpenMPLoop()
5301 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, in CheckOpenMPLoop()
5330 Built.Counters[Cnt] = IS.CounterVar; in CheckOpenMPLoop()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6403 Expr *CounterVar = nullptr; member
7294 IS.CounterVar, MinValue.get()); in buildNumIterations()
7314 IS.CounterVar, MaxValue.get()); in buildNumIterations()
7374 IS.CounterVar, MinValue.get()); in buildNumIterations()
7394 IS.CounterVar, MaxValue.get()); in buildNumIterations()
7907 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
7936 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
7949 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
7967 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
7972 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
[all …]