Home
last modified time | relevance | path

Searched refs:bb_to_node_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h106 return *const_cast <bb_to_node_t &> (m_bb_to_initial_node).get (bb); in get_node_for_block()
177 typedef ordered_hash_map<basic_block, supernode *> bb_to_node_t; typedef
178 bb_to_node_t m_bb_to_initial_node;
179 bb_to_node_t m_bb_to_final_node;
H A Dsupergraph.cc163 for (bb_to_node_t::iterator iter = m_bb_to_final_node.begin (); in supergraph()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h119 return *const_cast <bb_to_node_t &> (m_bb_to_initial_node).get (bb); in get_node_for_block()
192 typedef ordered_hash_map<basic_block, supernode *> bb_to_node_t; typedef
193 bb_to_node_t m_bb_to_initial_node;
194 bb_to_node_t m_bb_to_final_node;
H A Dsupergraph.cc235 for (bb_to_node_t::iterator iter = m_bb_to_final_node.begin (); in supergraph()