Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Iteration

1901 bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {
1904 DEBUG(errs() << "\n\nINSTCOMBINE ITERATION #" << Iteration << " on "
2080 unsigned Iteration = 0;
2081 while (DoOneIteration(F, Iteration++))