Lines Matching defs:maxStep
34 unsigned maxStep;
36 : K(InK), LoopStmt(S), LCtx(L), maxStep(N) {}
48 unsigned getMaxStep() const { return maxStep; }
58 ID.AddInteger(maxStep);
269 ExplodedNode *Pred, unsigned &maxStep) {
292 maxStep = (BoundNum - InitNum + 1).abs().getZExtValue();
294 maxStep = (BoundNum - InitNum).abs().getZExtValue();
338 unsigned maxStep;
339 if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) {
347 unsigned innerMaxStep = maxStep * outerStep;