Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:visitSwitchCase

1575         visitSwitchCase(SwitchCases[0], BrMBB);
1593 // Use visitSwitchCase to actually insert the fast branch sequence for this
1595 visitSwitchCase(CB, BrMBB);
1598 /// visitSwitchCase - Emits the necessary code to represent a single node in
1600 void SelectionDAGBuilder::visitSwitchCase(CaseBlock &CB,
2087 // If emitting the first comparison, just call visitSwitchCase to emit the
2092 visitSwitchCase(CB, SwitchBB);
2354 visitSwitchCase(CB, SwitchBB);