Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstate-purge.h99 = const_cast <ssa_map_t&> (m_ssa_map).get (name);
119 ssa_iterator begin_ssas () const { return m_ssa_map.begin (); }
120 ssa_iterator end_ssas () const { return m_ssa_map.end (); }
129 ssa_map_t m_ssa_map;
H A Dstate-purge.cc235 m_ssa_map.put (name, new state_purge_per_ssa_name (*this, name, fun)); in state_purge_map()
272 for (auto iter : m_ssa_map) in ~state_purge_map()
H A DChangeLog443 to m_ssa_map. Clean up m_decl_map.
478 (state_purge_map::m_ssa_map): ...this.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c213 m_seen_error (false), m_temp_symbol_count (0), m_ssa_map (), in hsa_function_representation()
218 m_ssa_map.safe_grow_cleared (ssa_names_count); in hsa_function_representation()
232 m_ssa_map () {} in hsa_function_representation()
264 m_ssa_map.release (); in ~hsa_function_representation()
1334 if (m_ssa_map[SSA_NAME_VERSION (ssa)]) in reg_for_gimple_ssa()
1335 return m_ssa_map[SSA_NAME_VERSION (ssa)]; in reg_for_gimple_ssa()
1340 m_ssa_map[SSA_NAME_VERSION (ssa)] = hreg; in reg_for_gimple_ssa()
6615 for (unsigned i = 0; i < hsa_cfun->m_ssa_map.length (); i++) in generate_hsa()
6616 if (hsa_cfun->m_ssa_map[i]) in generate_hsa()
6617 hsa_cfun->m_ssa_map[i]->verify_ssa (); in generate_hsa()
H A Dhsa-common.h1204 vec <hsa_op_reg *> m_ssa_map; variable