Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:JumpTable

1675 /// visitJumpTable - Emit JumpTable node in the current MBB
1676 void SelectionDAGBuilder::visitJumpTable(JumpTable &JT) {
1690 /// in the JumpTable from switch case.
1691 void SelectionDAGBuilder::visitJumpTableHeader(JumpTable &JT,
2114 /// handleJTSwitchCase - Emit jumptable for current switch case range
2218 JumpTable JT(-1U, JTI, JumpTableBB, Default);
2255 // (heuristically) allow us to emit JumpTable's later.