Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Simplified

1264   DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
1305 SmallPtrSet<Instruction*,16> &Simplified,
1314 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
1316 if (User != Def && Simplified.insert(User))
1381 SmallPtrSet<Instruction*,16> Simplified;
1389 pushIVUsers(CurrIV, Simplified, SimpleIVUsers);
1398 pushIVUsers(Operand, Simplified, SimpleIVUsers);
1409 pushIVUsers(UseInst, Simplified, SimpleIVUsers);
1637 // Don't bother with LFTR if the loop is not properly simplified.
2136 // LoopPassManager only forces the current loop to be simplified.