Lines Matching defs:Iteration
2293 bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {2296 DEBUG(errs() << "\n\nINSTCOMBINE ITERATION #" << Iteration << " on "2498 unsigned Iteration = 0;2499 while (DoOneIteration(F, Iteration++))