Searched refs:InitRestore (Results 1 – 1 of 1) sorted by relevance
588 MachineBasicBlock *InitRestore = nullptr; in postShrinkWrapping() local592 InitRestore = Restore; in postShrinkWrapping()594 InitRestore = nullptr; in postShrinkWrapping()601 if (InitRestore) in postShrinkWrapping()603 InitRestore = &MBB; in postShrinkWrapping()608 if (!InitSave || !InitRestore || InitRestore == InitSave || in postShrinkWrapping()609 !MDT->dominates(InitSave, InitRestore) || in postShrinkWrapping()610 !MPDT->dominates(InitRestore, InitSave)) in postShrinkWrapping()639 if (!checkIfRestoreSplittable(InitRestore, ReachableByDirty, DirtyPreds, in postShrinkWrapping()664 tryToSplitRestore(InitRestore, DirtyPreds, TII); in postShrinkWrapping()[all …]