Home | History | Annotate | Download | only in IPA

Lines Matching refs:Iteration

454     // Because of this, we allow iteration up to a specified iteration count.
457 // iteration count limit in case there is crazy code.
458 unsigned Iteration = 0;
461 DEBUG(if (Iteration)
462 dbgs() << " SCCPASSMGR: Re-visiting SCC, iteration #"
463 << Iteration << '\n');
466 } while (Iteration++ < MaxIterations && DevirtualizedCall);
469 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration
472 if (Iteration > MaxSCCIterations)
473 MaxSCCIterations = Iteration;