Searched refs:switch_end (Results 1 – 3 of 3) sorted by relevance
1716 int switch_end = 0; in emit_switch_statement() local1780 label->label = switch_end = new_label(); in emit_switch_statement()1789 if (switch_end) in emit_switch_statement()1790 emit_label(switch_end, NULL); in emit_switch_statement()
2231 struct basic_block *switch_end = alloc_basic_block(ep, stmt->pos); in linearize_switch() local2279 bind_label(stmt->switch_break, switch_end, stmt->pos); in linearize_switch()2283 set_activeblock(ep, switch_end); in linearize_switch()2286 default_case = switch_end; in linearize_switch()
2910 int const switch_end = compile_new_label( c ); in compile_parse() local2920 compile_emit_branch( c, INSTR_JUMP, switch_end ); in compile_parse()2925 compile_set_label( c, switch_end ); in compile_parse()