Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DModuloSchedule.cpp854 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
873 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
876 Prolog->removeSuccessor(LastPro); in addBranches()
881 if (LastPro != LastEpi) { in addBranches()
885 if (LastPro == KernelBB) { in addBranches()
889 LastPro->clear(); in addBranches()
890 LastPro->eraseFromParent(); in addBranches()
892 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
895 LastPro = Prolog; in addBranches()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp855 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
874 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
877 Prolog->removeSuccessor(LastPro); in addBranches()
882 if (LastPro != LastEpi) { in addBranches()
886 if (LastPro == KernelBB) { in addBranches()
890 LastPro->clear(); in addBranches()
891 LastPro->eraseFromParent(); in addBranches()
893 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
896 LastPro = Prolog; in addBranches()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp2960 MachineBasicBlock *LastPro = KernelBB; in addBranches() local
2991 numAdded = TII->InsertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
2994 Prolog->removeSuccessor(LastPro); in addBranches()
2999 if (LastPro != LastEpi) { in addBranches()
3003 LastPro->clear(); in addBranches()
3004 LastPro->eraseFromParent(); in addBranches()
3006 numAdded = TII->InsertBranch(*Prolog, LastPro, 0, Cond, DebugLoc()); in addBranches()
3009 LastPro = Prolog; in addBranches()