Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Changed

40 // TODO: Should the addressing mode BaseGV be changed to a ConstantExpr instead
817 bool Changed = false;
834 Changed = true;
837 return Changed;
1648 bool Changed;
1790 bool getChanged() const { return Changed; }
1905 Changed = true;
2199 Changed = true;
2990 Changed = true;
3306 // We may have changed the number of register in base regs, adjust the
4767 Changed = true;
4772 Changed = true;
4778 Changed |= DeleteTriviallyDeadInstructions(DeadInsts);
4784 : IU(IU), SE(SE), DT(DT), LI(LI), TTI(TTI), L(L), Changed(false),
4998 bool Changed = false;
5001 Changed |= LSRInstance(L, IU, SE, DT, LI, TTI).getChanged();
5004 Changed |= DeleteDeadPHIs(L->getHeader());
5018 Changed = true;
5023 return Changed;