Home
last modified time | relevance | path

Searched refs:alloc_phi_node (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.h312 struct instruction *alloc_phi_node(struct basic_block *bb, struct symbol *type, struct ident *ident…
H A Dlinearize.c871 struct instruction *alloc_phi_node(struct basic_block *bb, struct symbol *type, struct ident *ident) in alloc_phi_node() function
902 struct instruction *phi_node = alloc_phi_node(bb, var, var->ident); in insert_phi_node()
1717 node = alloc_phi_node(merge, ctype, NULL); in linearize_logical()