Searched refs:maxStep (Results 1 – 1 of 1) sorted by relevance
34 unsigned maxStep; member36 : K(InK), LoopStmt(S), LCtx(L), maxStep(N) {} in LoopState()48 unsigned getMaxStep() const { return maxStep; } in getMaxStep()58 ID.AddInteger(maxStep); in Profile()252 ExplodedNode *Pred, unsigned &maxStep) { in shouldCompletelyUnroll() argument275 maxStep = (BoundNum - InitNum + 1).abs().getZExtValue(); in shouldCompletelyUnroll()277 maxStep = (BoundNum - InitNum).abs().getZExtValue(); in shouldCompletelyUnroll()321 unsigned maxStep; in updateLoopStack() local322 if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) { in updateLoopStack()330 unsigned innerMaxStep = maxStep * outerStep; in updateLoopStack()