Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp34 unsigned maxStep; member
36 : K(InK), LoopStmt(S), LCtx(L), maxStep(N) {} in LoopState()
48 unsigned getMaxStep() const { return maxStep; } in getMaxStep()
58 ID.AddInteger(maxStep); in Profile()
269 ExplodedNode *Pred, unsigned &maxStep) { in shouldCompletelyUnroll() argument
292 maxStep = (BoundNum - InitNum + 1).abs().getZExtValue(); in shouldCompletelyUnroll()
294 maxStep = (BoundNum - InitNum).abs().getZExtValue(); in shouldCompletelyUnroll()
338 unsigned maxStep; in updateLoopStack() local
339 if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) { in updateLoopStack()
347 unsigned innerMaxStep = maxStep * outerStep; in updateLoopStack()