Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:undo

1118     /// \brief Undo the modification done by this action.
1123 virtual void undo() = 0;
1187 void undo() override {
1188 DEBUG(dbgs() << "Undo: moveBefore: " << *Inst << "\n");
1212 void undo() override {
1213 DEBUG(dbgs() << "Undo: setOperand:" << Idx << "\n"
1244 void undo() override {
1245 DEBUG(dbgs() << "Undo: OperandsHider: " << *Inst << "\n");
1267 void undo() override {
1268 DEBUG(dbgs() << "Undo: TruncBuilder: " << *Inst << "\n");
1290 void undo() override {
1291 DEBUG(dbgs() << "Undo: SExtBuilder: " << *Inst << "\n");
1311 void undo() override {
1312 DEBUG(dbgs() << "Undo: MutateType: " << *Inst << " with " << *OrigTy
1349 void undo() override {
1350 DEBUG(dbgs() << "Undo: UsersReplacer: " << *Inst << "\n");
1389 void undo() override {
1390 DEBUG(dbgs() << "Undo: InstructionRemover: " << *Inst << "\n");
1393 Replacer->undo();
1394 Hider.undo();
1405 /// Undo all the changes made after the given point.
1493 Curr->undo();
2007 // Therefore, we need a higher level restoration point to undo partially
2487 // Try to collapse single-value PHI nodes. This is necessary to undo