Home
last modified time | relevance | path

Searched refs:m_map_from_enode_to_tnode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dtrimmed-graph.cc138 m_map_from_enode_to_tnode.put (inner_node, tnode); in trimmed_graph()
153 trimmed_node *tsrc = *m_map_from_enode_to_tnode.get (inner_src); in trimmed_graph()
154 trimmed_node *tdest = *m_map_from_enode_to_tnode.get (inner_dest); in trimmed_graph()
H A Dtrimmed-graph.h113 map_t m_map_from_enode_to_tnode; variable