Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Succs

1539     SmallVector<MachineBasicBlock *, 2> Succs;
1540 Succs.push_back(SDB->SwitchCases[i].TrueBB);
1542 Succs.push_back(SDB->SwitchCases[i].FalseBB);
1558 for (unsigned i = 0, e = Succs.size(); i != e; ++i) {
1559 FuncInfo->MBB = Succs[i];