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.cpp885 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
903 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
906 Prolog->removeSuccessor(LastPro); in addBranches()
911 if (LastPro != LastEpi) { in addBranches()
917 if (LastPro == KernelBB) { in addBranches()
921 for (auto &MI : *LastPro) in addBranches()
923 LastPro->clear(); in addBranches()
924 LastPro->eraseFromParent(); in addBranches()
926 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
929 LastPro = Prolog; in addBranches()