Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:TargetBB

1839   // The branch weight from SwitchBB to B.TargetBB is B.ExtraWeight.
1840 addSuccessorWithWeight(SwitchBB, B.TargetBB, B.ExtraWeight);
1846 Cmp, DAG.getBasicBlock(B.TargetBB));