Searched refs:vcg_src (Results 1 – 2 of 2) sorted by relevance
3692 viz_callgraph_node *vcg_src = get_vcg_node_for_snode (sedge->m_src); in viz_callgraph() local3693 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()
5421 viz_callgraph_node *vcg_src = get_vcg_node_for_snode (sedge->m_src); in viz_callgraph() local5422 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()