bb_next
bb->tail = bb_next(bb)->head - 1;
e = new_edge(bb, bb_next(bb), EDGE_FLAG_FALLTHROUGH);
bb = bb_next(bb);
e->dst = bb_next(bb);