Searched refs:viz_callgraph_node (Results 1 – 3 of 3) sorted by relevance
3489 class viz_callgraph_node;3498 typedef viz_callgraph_node node_t;3511 class viz_callgraph_node : public dnode<viz_callgraph_traits> class3516 viz_callgraph_node (function *fun, int index) in viz_callgraph_node() function in ana::viz_callgraph_node3622 viz_callgraph_edge (viz_callgraph_node *src, viz_callgraph_node *dest) in viz_callgraph_edge()3654 viz_callgraph_node *get_vcg_node_for_function (function *fun) in get_vcg_node_for_function()3659 viz_callgraph_node *get_vcg_node_for_snode (supernode *snode) in get_vcg_node_for_snode()3665 hash_map<function *, viz_callgraph_node *> m_map;3682 viz_callgraph_node *vcg_node in viz_callgraph()3683 = new viz_callgraph_node (fun, m_nodes.length ()); in viz_callgraph()[all …]
5218 class viz_callgraph_node;5227 typedef viz_callgraph_node node_t;5240 class viz_callgraph_node : public dnode<viz_callgraph_traits> class5245 viz_callgraph_node (function *fun, int index) in viz_callgraph_node() function in ana::viz_callgraph_node5351 viz_callgraph_edge (viz_callgraph_node *src, viz_callgraph_node *dest) in viz_callgraph_edge()5383 viz_callgraph_node *get_vcg_node_for_function (function *fun) in get_vcg_node_for_function()5388 viz_callgraph_node *get_vcg_node_for_snode (supernode *snode) in get_vcg_node_for_snode()5394 hash_map<function *, viz_callgraph_node *> m_map;5411 viz_callgraph_node *vcg_node in viz_callgraph()5412 = new viz_callgraph_node (fun, m_nodes.length ()); in viz_callgraph()[all …]
6033 (viz_callgraph_node::dump_dot): Convert begin_tr calls to6911 (viz_callgraph_node::dump_dot): Drop redundant "typename".