Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NextMBB

1769                                            MachineBasicBlock* NextMBB,
1810 // The branch weight from SwitchBB to NextMBB is BranchWeightToNext.
1811 addSuccessorWithWeight(SwitchBB, NextMBB, BranchWeightToNext);
1824 if (NextMBB != NextBlock)
1826 DAG.getBasicBlock(NextMBB));