Searched refs:InitRestore (Results 1 – 1 of 1) sorted by relevance
583 MachineBasicBlock *InitRestore = nullptr; in postShrinkWrapping() local587 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()[all …]