Home
last modified time | relevance | path

Searched refs:switch_end (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c1717 int switch_end = 0; in emit_switch_statement() local
1781 label->label = switch_end = new_label(); in emit_switch_statement()
1790 if (switch_end) in emit_switch_statement()
1791 emit_label(switch_end, NULL); in emit_switch_statement()
H A Dlinearize.c2199 struct basic_block *switch_end = alloc_basic_block(ep, stmt->pos); in linearize_switch() local
2247 bind_label(stmt->switch_break, switch_end, stmt->pos); in linearize_switch()
2251 set_activeblock(ep, switch_end); in linearize_switch()
2254 default_case = switch_end; in linearize_switch()