Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp221 auto CounterVar = Matches[0].getNodeAs<VarDecl>("initVarName"); in shouldCompletelyUnroll() local
238 return !isPossiblyEscaped(CounterVar->getCanonicalDecl(), Pred); in shouldCompletelyUnroll()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7137 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()
[all …]