Searched refs:MaxOcc (Results 1 – 1 of 1) sorted by relevance
790 unsigned MaxOcc = 0; in OptimizeAdd() local809 if (Occ > MaxOcc) { MaxOcc = Occ; MaxOccVal = Factor; } in OptimizeAdd()821 if (Occ > MaxOcc) { MaxOcc = Occ; MaxOccVal = Factor; } in OptimizeAdd()827 if (MaxOcc > 1) { in OptimizeAdd()828 DEBUG(errs() << "\nFACTORING [" << MaxOcc << "]: " << *MaxOccVal << '\n'); in OptimizeAdd()