Lines Matching defs:Save
102 // Save and Restore blocks of the current function. Typically there is a
420 // Save refs to entry and return blocks.
529 // - Anything that is not Save or Restore -> LiveThrough.
530 // - Save -> LiveIn.
537 MachineBasicBlock *Save = MFI.getSavePoint();
539 if (!Save)
540 Save = Entry;
542 if (Entry != Save) {
546 Visited.insert(Save);
552 // through Save.
558 // dominated by the Save and post-dominated by the Restore.
559 if (CurBB == Save && Save != Restore)
562 // Those are by construction either before Save or after Restore.