Searched refs:Prev_MBB (Results 1 – 1 of 1) sorted by relevance
688 MachineBasicBlock *Prev_MBB, *Curr_MBB = nullptr; in removeMayGotoZero() local691 Prev_MBB = Curr_MBB; in removeMayGotoZero()693 if (Prev_MBB == nullptr || Curr_MBB->empty()) in removeMayGotoZero()719 if (!MO.isMBB() || MO.getMBB() != Prev_MBB) in removeMayGotoZero()725 Curr_MBB->removeSuccessor(Prev_MBB); in removeMayGotoZero()727 Pred->replaceSuccessor(Curr_MBB, Prev_MBB); in removeMayGotoZero()729 Curr_MBB = Prev_MBB; in removeMayGotoZero()