Searched refs:vn_phi_s (Results 1 – 5 of 5) sorted by relevance
83 typedef struct vn_phi_s struct85 vn_phi_s *next; argument98 typedef const struct vn_phi_s *const_vn_phi_t; argument
175 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 …]
15897 (struct vn_phi_s): Likewise.16110 * tree-ssa-sccvn.h (struct vn_phi_s): Make phiargs member16124 (vn_phi_lookup): Allocate temporary vn_phi_s on the stack.
37843 * 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.
33558 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.