Lines Matching full:undo
2104 /// \brief Undo the modification done by this action.
2109 virtual void undo() = 0;
2173 void undo() override {
2174 DEBUG(dbgs() << "Undo: moveBefore: " << *Inst << "\n");
2198 void undo() override {
2199 DEBUG(dbgs() << "Undo: setOperand:" << Idx << "\n"
2230 void undo() override {
2231 DEBUG(dbgs() << "Undo: OperandsHider: " << *Inst << "\n");
2254 void undo() override {
2255 DEBUG(dbgs() << "Undo: TruncBuilder: " << *Val << "\n");
2279 void undo() override {
2280 DEBUG(dbgs() << "Undo: SExtBuilder: " << *Val << "\n");
2304 void undo() override {
2305 DEBUG(dbgs() << "Undo: ZExtBuilder: " << *Val << "\n");
2326 void undo() override {
2327 DEBUG(dbgs() << "Undo: MutateType: " << *Inst << " with " << *OrigTy
2364 void undo() override {
2365 DEBUG(dbgs() << "Undo: UsersReplacer: " << *Inst << "\n");
2404 void undo() override {
2405 DEBUG(dbgs() << "Undo: InstructionRemover: " << *Inst << "\n");
2408 Replacer->undo();
2409 Hider.undo();
2420 /// Undo all the changes made after the given point.
2518 Curr->undo();
3133 // Therefore, we need a higher level restoration point to undo partially
3630 // Try to collapse single-value PHI nodes. This is necessary to undo