Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SuccBB

2623     const BasicBlock *SuccBB = i.getCaseSuccessor();
2624 MachineBasicBlock *SMBB = FuncInfo.MBBMap[SuccBB];
7626 const BasicBlock *SuccBB = TI->getSuccessor(succ);
7627 if (!isa<PHINode>(SuccBB->begin())) continue;
7628 MachineBasicBlock *SuccMBB = FuncInfo.MBBMap[SuccBB];
7639 for (BasicBlock::const_iterator I = SuccBB->begin();
7697 // If SuccBB has not been created yet, create it.