Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DModuloSchedule.cpp854 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
873 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
876 Prolog->removeSuccessor(LastPro); in addBranches()
881 if (LastPro != LastEpi) { in addBranches()
885 if (LastPro == KernelBB) { in addBranches()
889 LastPro->clear(); in addBranches()
890 LastPro->eraseFromParent(); in addBranches()
892 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
895 LastPro = Prolog; in addBranches()