Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Succs

1302     SmallVector<MachineBasicBlock *, 2> Succs;
1303 Succs.push_back(SDB->SwitchCases[i].TrueBB);
1305 Succs.push_back(SDB->SwitchCases[i].FalseBB);
1321 for (unsigned i = 0, e = Succs.size(); i != e; ++i) {
1322 FuncInfo->MBB = Succs[i];