Lines Matching full:successors
7373 // Add the jump table entries as successors to the MBB.7389 SmallVector<MachineBasicBlock*, 4> Successors(BB->succ_begin(),7391 while (!Successors.empty()) {7392 MachineBasicBlock *SMBB = Successors.pop_back_val();7454 llvm_unreachable("Expecting a BB with two successors!");