Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp836 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
855 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
858 Prolog->removeSuccessor(LastPro); in addBranches()
863 if (LastPro != LastEpi) { in addBranches()
867 if (LastPro == KernelBB) { in addBranches()
871 LastPro->clear(); in addBranches()
872 LastPro->eraseFromParent(); in addBranches()
874 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
877 LastPro = Prolog; in addBranches()