Searched refs:v_info_ptr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-reassoc.cc | 1860 typedef v_info *v_info_ptr; typedef 1883 cleanup_vinfo_map (hash_map<tree, v_info_ptr> &info_map) in cleanup_vinfo_map() 1885 for (hash_map<tree, v_info_ptr>::iterator it = info_map.begin (); in cleanup_vinfo_map() 1888 v_info_ptr info = (*it).second; in cleanup_vinfo_map() 1934 hash_map<tree, v_info_ptr> v_info_map; in undistribute_bitref_for_vector() 2022 v_info_ptr &info = v_info_map.get_or_insert (vec, &existed); in undistribute_bitref_for_vector() 2045 for (hash_map<tree, v_info_ptr>::iterator it = v_info_map.begin (); in undistribute_bitref_for_vector() 2049 v_info_ptr cand_info = (*it).second; in undistribute_bitref_for_vector() 2095 v_info_ptr info_ptr = *(v_info_map.get (tvec)); in undistribute_bitref_for_vector()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-reassoc.c | 1791 typedef v_info *v_info_ptr; typedef 1814 cleanup_vinfo_map (hash_map<tree, v_info_ptr> &info_map) in cleanup_vinfo_map() 1816 for (hash_map<tree, v_info_ptr>::iterator it = info_map.begin (); in cleanup_vinfo_map() 1819 v_info_ptr info = (*it).second; in cleanup_vinfo_map() 1865 hash_map<tree, v_info_ptr> v_info_map; in undistribute_bitref_for_vector() 1953 v_info_ptr &info = v_info_map.get_or_insert (vec, &existed); in undistribute_bitref_for_vector() 1976 for (hash_map<tree, v_info_ptr>::iterator it = v_info_map.begin (); in undistribute_bitref_for_vector() 1980 v_info_ptr cand_info = (*it).second; in undistribute_bitref_for_vector() 2026 v_info_ptr info_ptr = *(v_info_map.get (tvec)); in undistribute_bitref_for_vector()
|