Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:succs

1156     SmallVector<MachineBasicBlock *, 2> Succs;
1157 Succs.push_back(SDB->SwitchCases[i].TrueBB);
1159 Succs.push_back(SDB->SwitchCases[i].FalseBB);
1175 for (unsigned i = 0, e = Succs.size(); i != e; ++i) {
1176 FuncInfo->MBB = Succs[i];