Searched refs:tree_phi_node (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-phinodes.c135 int size = (sizeof (struct tree_phi_node)
188 size = sizeof (struct tree_phi_node) + (len - 1) * sizeof (struct phi_arg_d);
216 memset (phi, 0, (sizeof (struct tree_phi_node) - sizeof (struct phi_arg_d)
276 old_size = (sizeof (struct tree_phi_node)
H A Dtree-dfa.c472 size = dfa_stats.num_phis * sizeof (struct tree_phi_node);
H A Dggc-page.c203 sizeof (struct tree_phi_node) + sizeof (struct phi_arg_d) * 3,
H A Dtree.h1814 struct tree_phi_node GTY(())
3299 struct tree_phi_node GTY ((tag ("TS_PHI_NODE"))) phi;
1806 struct tree_phi_node GTY(()) function
H A Dtree.c415 return (sizeof (struct tree_phi_node)

Completed in 221 milliseconds