Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp688 MachineBasicBlock *Prev_MBB, *Curr_MBB = nullptr; in removeMayGotoZero() local
691 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()