Searched refs:maxStep (Results 1 – 1 of 1) sorted by relevance
33 unsigned maxStep; member35 : K(InK), LoopStmt(S), LCtx(L), maxStep(N) {} in LoopState()47 unsigned getMaxStep() const { return maxStep; } in getMaxStep()57 ID.AddInteger(maxStep); in Profile()199 ExplodedNode *Pred, unsigned &maxStep) { in shouldCompletelyUnroll() argument222 maxStep = (BoundNum - InitNum + 1).abs().getZExtValue(); in shouldCompletelyUnroll()224 maxStep = (BoundNum - InitNum).abs().getZExtValue(); in shouldCompletelyUnroll()268 unsigned maxStep; in updateLoopStack() local269 if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) { in updateLoopStack()277 unsigned innerMaxStep = maxStep * outerStep; in updateLoopStack()