Home
last modified time | relevance | path

Searched refs:phiargs (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-sccvn.h96 tree phiargs[1]; member
Dtree-ssa-sccvn.cc4404 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()
DChangeLog-201816110 * tree-ssa-sccvn.h (struct vn_phi_s): Make phiargs member
16121 (vn_nary_op_insert_stmt): Allocate phiargs in-place.