Home
last modified time | relevance | path

Searched refs:viz_callgraph_node (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc3489 class viz_callgraph_node;
3498 typedef viz_callgraph_node node_t;
3511 class viz_callgraph_node : public dnode<viz_callgraph_traits> class
3516 viz_callgraph_node (function *fun, int index) in viz_callgraph_node() function in ana::viz_callgraph_node
3622 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc5218 class viz_callgraph_node;
5227 typedef viz_callgraph_node node_t;
5240 class viz_callgraph_node : public dnode<viz_callgraph_traits> class
5245 viz_callgraph_node (function *fun, int index) in viz_callgraph_node() function in ana::viz_callgraph_node
5351 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 …]
H A DChangeLog6033 (viz_callgraph_node::dump_dot): Convert begin_tr calls to
6911 (viz_callgraph_node::dump_dot): Drop redundant "typename".