Searched refs:phiargs (Results 1 – 3 of 3) sorted by relevance
96 tree phiargs[1]; member
4404 phi1op = vp1->phiargs[e->dest_idx]; in vn_phi_compute_hash()4519 if (! expressions_equal_p (vp1->phiargs[te1->dest_idx], in vn_phi_eq()4520 vp2->phiargs[te2->dest_idx], false) in vn_phi_eq()4521 || ! expressions_equal_p (vp1->phiargs[fe1->dest_idx], in vn_phi_eq()4522 vp2->phiargs[fe2->dest_idx], false)) in vn_phi_eq()4543 tree phi1op = vp1->phiargs[i]; in vn_phi_eq()4544 tree phi2op = vp2->phiargs[i]; in vn_phi_eq()4582 vp1->phiargs[e->dest_idx] = def; in vn_phi_lookup()4631 vp1->phiargs[e->dest_idx] = def; in vn_phi_insert()
16110 * tree-ssa-sccvn.h (struct vn_phi_s): Make phiargs member16121 (vn_nary_op_insert_stmt): Allocate phiargs in-place.