Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp871 MachineBasicBlock *LastEpi = KernelBB; in addBranches() local
893 LastEpi->removeSuccessor(Epilog); in addBranches()
895 removePhis(Epilog, LastEpi); in addBranches()
897 if (LastPro != LastEpi) { in addBranches()
898 LastEpi->clear(); in addBranches()
899 LastEpi->eraseFromParent(); in addBranches()
912 LastEpi = Epilog; in addBranches()