Lines Matching refs:Prolog
2610 MachineBasicBlock *Prolog = PrologBBs[j]; in addBranches() local
2618 LC = TII->reduceLoopCount(*Prolog, IndVar, *Cmp, Cond, PrevInsts, j, in addBranches()
2628 Prolog->addSuccessor(Epilog); in addBranches()
2629 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches()
2631 Prolog->addSuccessor(Epilog); in addBranches()
2632 Prolog->removeSuccessor(LastPro); in addBranches()
2634 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); in addBranches()
2644 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches()
2645 removePhis(Epilog, Prolog); in addBranches()
2647 LastPro = Prolog; in addBranches()
2649 for (MachineBasicBlock::reverse_instr_iterator I = Prolog->instr_rbegin(), in addBranches()
2650 E = Prolog->instr_rend(); in addBranches()