Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-sccvn.cc175 struct vn_phi_hasher : nofree_ptr_hash <vn_phi_s> struct
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()
197 typedef hash_table<vn_phi_hasher> vn_phi_table_type;
DChangeLog-201815901 (vn_phi_hasher::equal): Likewise.
16113 (vn_phi_hasher): Derive from nofree_ptr_hash and remove remove method.
DChangeLog-201526621 * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.