Lines Matching refs:Epilog
2926 for (auto &Epilog : EpilogBBs) in splitLifetimes() local
2927 for (auto &I : *Epilog) in splitLifetimes()
2973 MachineBasicBlock *Epilog = EpilogBBs[i]; in addBranches() local
2990 Prolog->addSuccessor(Epilog); in addBranches()
2991 numAdded = TII->InsertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
2993 Prolog->addSuccessor(Epilog); in addBranches()
2995 LastEpi->removeSuccessor(Epilog); in addBranches()
2996 numAdded = TII->InsertBranch(*Prolog, Epilog, 0, Cond, DebugLoc()); in addBranches()
2997 removePhis(Epilog, LastEpi); in addBranches()
3007 removePhis(Epilog, Prolog); in addBranches()
3010 LastEpi = Epilog; in addBranches()