Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NextBB

699     MachineBasicBlock *NextBB = std::next(MachineFunction::iterator(PredBB));
707 PredTBB = NextBB;
709 PredFBB = NextBB;
724 if (PredFBB == NextBB)
726 if (PredTBB == NextBB && PredFBB == nullptr)