Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp32 unsigned maxStep; member
34 : K(InK), LoopStmt(S), LCtx(L), maxStep(N) {} in LoopState()
46 unsigned getMaxStep() const { return maxStep; } in getMaxStep()
56 ID.AddInteger(maxStep); in Profile()
210 ExplodedNode *Pred, unsigned &maxStep) { in shouldCompletelyUnroll() argument
233 maxStep = (BoundNum - InitNum + 1).abs().getZExtValue(); in shouldCompletelyUnroll()
235 maxStep = (BoundNum - InitNum).abs().getZExtValue(); in shouldCompletelyUnroll()
279 unsigned maxStep; in updateLoopStack() local
280 if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) { in updateLoopStack()
288 unsigned innerMaxStep = maxStep * outerStep; in updateLoopStack()