Lines Matching defs:Restore
105 // Save and Restore blocks of the current function. Typically there is a
527 // - Anything that is not Save or Restore -> LiveThrough.
529 // - Restore -> LiveOut.
531 // Restore in this set.
546 MachineBasicBlock *Restore = MFI.getRestorePoint();
547 if (Restore)
548 // By construction Restore cannot be visited, otherwise it
549 // means there exists a path to Restore that does not go
551 WorkList.push_back(Restore);
556 // dominated by the Save and post-dominated by the Restore.
557 if (CurBB == Save && Save != Restore)
560 // Those are by construction either before Save or after Restore.
629 // Restore all registers immediately before the return and any