Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp868 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
887 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
890 Prolog->removeSuccessor(LastPro); in addBranches()
895 if (LastPro != LastEpi) { in addBranches()
899 if (LastPro == KernelBB) { in addBranches()
903 LastPro->clear(); in addBranches()
904 LastPro->eraseFromParent(); in addBranches()
906 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
909 LastPro = Prolog; in addBranches()