Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2598 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
2629 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
2632 Prolog->removeSuccessor(LastPro); in addBranches()
2637 if (LastPro != LastEpi) { in addBranches()
2641 LastPro->clear(); in addBranches()
2642 LastPro->eraseFromParent(); in addBranches()
2644 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
2647 LastPro = Prolog; in addBranches()