emit_label
emit_label(target_false, NULL);
emit_label(cond_end, "end if");
emit_label(cond_end, "end conditional");
emit_label(next_test, NULL);
emit_label(switch_end, NULL);
emit_label(loop_top, "loop top");
emit_label(loop_continue, "'continue' iterator");
emit_label(loop_bottom, "loop bottom");
emit_label(f->ret_target, NULL);