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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp856 MachineBasicBlock *LastPro = KernelBB; local
875 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc());
878 Prolog->removeSuccessor(LastPro);
883 if (LastPro != LastEpi) {
887 if (LastPro == KernelBB) {
891 LastPro->clear();
892 LastPro->eraseFromParent();
894 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc());
897 LastPro = Prolog;

Completed in 106 milliseconds