Home
last modified time | relevance | path

Searched refs:InitRestore (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp583 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()
[all …]