Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc3692 viz_callgraph_node *vcg_src = get_vcg_node_for_snode (sedge->m_src); in viz_callgraph() local
3693 if (vcg_src->m_fun) in viz_callgraph()
3694 get_vcg_node_for_function (vcg_src->m_fun)->m_num_superedges++; in viz_callgraph()
3699 = new viz_callgraph_edge (vcg_src, vcg_dest); in viz_callgraph()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc5421 viz_callgraph_node *vcg_src = get_vcg_node_for_snode (sedge->m_src); in viz_callgraph() local
5422 if (vcg_src->m_fun) in viz_callgraph()
5423 get_vcg_node_for_function (vcg_src->m_fun)->m_num_superedges++; in viz_callgraph()
5428 = new viz_callgraph_edge (vcg_src, vcg_dest); in viz_callgraph()