Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:JumpTable

1632 /// visitJumpTable - Emit JumpTable node in the current MBB
1633 void SelectionDAGBuilder::visitJumpTable(JumpTable &JT) {
1647 /// in the JumpTable from switch case.
1648 void SelectionDAGBuilder::visitJumpTableHeader(JumpTable &JT,
2045 /// handleJTSwitchCase - Emit jumptable for current switch case range
2133 JumpTable JT(-1U, JTI, JumpTableBB, Default);
2170 // (heuristically) allow us to emit JumpTable's later.