Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp870 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
889 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
892 Prolog->removeSuccessor(LastPro); in addBranches()
897 if (LastPro != LastEpi) { in addBranches()
901 if (LastPro == KernelBB) { in addBranches()
905 LastPro->clear(); in addBranches()
906 LastPro->eraseFromParent(); in addBranches()
908 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
911 LastPro = Prolog; in addBranches()