Lines Matching refs:InitRestore
583 MachineBasicBlock *InitRestore = nullptr; in postShrinkWrapping() local
587 InitRestore = Restore; in postShrinkWrapping()
589 InitRestore = nullptr; in postShrinkWrapping()
596 if (InitRestore) in postShrinkWrapping()
598 InitRestore = &MBB; in postShrinkWrapping()
603 if (!InitSave || !InitRestore || InitRestore == InitSave || in postShrinkWrapping()
604 !MDT->dominates(InitSave, InitRestore) || in postShrinkWrapping()
605 !MPDT->dominates(InitRestore, InitSave)) in postShrinkWrapping()
634 if (!checkIfRestoreSplittable(InitRestore, ReachableByDirty, DirtyPreds, in postShrinkWrapping()
659 tryToSplitRestore(InitRestore, DirtyPreds, TII); in postShrinkWrapping()
664 rollbackRestoreSplit(MF, NewRestore, InitRestore, DirtyPreds, TII); in postShrinkWrapping()