Lines Matching full:iteration
449 // Because of this, we allow iteration up to a specified iteration count.
452 // iteration count limit in case there is crazy code.
453 unsigned Iteration = 0;
456 DEBUG(if (Iteration)
457 dbgs() << " SCCPASSMGR: Re-visiting SCC, iteration #"
458 << Iteration << '\n');
461 } while (Iteration++ < MaxIterations && DevirtualizedCall);
464 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration
467 if (Iteration > MaxSCCIterations)
468 MaxSCCIterations = Iteration;