Home
last modified time | relevance | path

Searched refs:vn_phi_s (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-sccvn.h83 typedef struct vn_phi_s struct
85 vn_phi_s *next; argument
98 typedef const struct vn_phi_s *const_vn_phi_t; argument
Dtree-ssa-sccvn.cc175 struct vn_phi_hasher : nofree_ptr_hash <vn_phi_s>
177 static inline hashval_t hash (const vn_phi_s *);
178 static inline bool equal (const vn_phi_s *, const vn_phi_s *);
184 vn_phi_hasher::hash (const vn_phi_s *vp1) in hash()
192 vn_phi_hasher::equal (const vn_phi_s *vp1, const vn_phi_s *vp2) in equal()
4561 vn_phi_s **slot; in vn_phi_lookup()
4562 struct vn_phi_s *vp1; in vn_phi_lookup()
4566 vp1 = XALLOCAVAR (struct vn_phi_s, in vn_phi_lookup()
4567 sizeof (struct vn_phi_s) in vn_phi_lookup()
4611 vn_phi_s **slot; in vn_phi_insert()
[all …]
DChangeLog-201815897 (struct vn_phi_s): Likewise.
16110 * tree-ssa-sccvn.h (struct vn_phi_s): Make phiargs member
16124 (vn_phi_lookup): Allocate temporary vn_phi_s on the stack.
DChangeLog-201337843 * tree-ssa-sccvn.h (struct vn_phi_s): Add type member.
37847 (vn_phi_eq): Compare types from vn_phi_s structure.
37848 (vn_phi_lookup): Populate vn_phi_s type.
DChangeLog-201733558 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.