Searched refs:LastPro (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 2960 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 3084 MachineBasicBlock *LastPro = KernelBB; in addBranches() local 3115 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches() 3118 Prolog->removeSuccessor(LastPro); in addBranches() 3123 if (LastPro != LastEpi) { in addBranches() 3127 LastPro->clear(); in addBranches() 3128 LastPro->eraseFromParent(); in addBranches() 3130 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches() 3133 LastPro = Prolog; in addBranches()
|