Home
last modified time | relevance | path

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

/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()