Searched refs:InitRestore (Results 1 – 1 of 1) sorted by relevance
585 MachineBasicBlock *InitRestore = nullptr; in postShrinkWrapping() local589 InitRestore = Restore; in postShrinkWrapping()591 InitRestore = nullptr; in postShrinkWrapping()598 if (InitRestore) in postShrinkWrapping()600 InitRestore = &MBB; in postShrinkWrapping()605 if (!InitSave || !InitRestore || InitRestore == InitSave || in postShrinkWrapping()606 !MDT->dominates(InitSave, InitRestore) || in postShrinkWrapping()607 !MPDT->dominates(InitRestore, InitSave)) in postShrinkWrapping()636 if (!checkIfRestoreSplittable(InitRestore, ReachableByDirty, DirtyPreds, in postShrinkWrapping()661 tryToSplitRestore(InitRestore, DirtyPreds, TII); in postShrinkWrapping()[all …]