alloc_phi_node
node = alloc_phi_node(merge, ctype, NULL);
struct instruction *phi_node = alloc_phi_node(bb, var, var->ident);
struct instruction *alloc_phi_node(struct basic_block *bb, struct symbol *type, struct ident *ident);