Searched refs:bb_to_node_t (Results 1 – 4 of 4) sorted by relevance
106 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; typedef178 bb_to_node_t m_bb_to_initial_node;179 bb_to_node_t m_bb_to_final_node;
163 for (bb_to_node_t::iterator iter = m_bb_to_final_node.begin (); in supergraph()
119 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; typedef193 bb_to_node_t m_bb_to_initial_node;194 bb_to_node_t m_bb_to_final_node;
235 for (bb_to_node_t::iterator iter = m_bb_to_final_node.begin (); in supergraph()