add_goto
add_goto(ep, merge);
add_goto(ep, expr->value ? bb_true : bb_false);
add_goto(ep, expr->fvalue ? bb_true : bb_false);
add_goto(ep, bb_return);
add_goto(ep, loop_continue);
add_goto(ep, loop_top);
add_goto(ep, get_bound_block(ep, stmt->goto_label));
add_goto(ep, get_bound_block(ep, expr->label_symbol));
add_goto(ep, endif);
add_goto(ep, bb);