Home
last modified time | relevance | path

Searched refs:get_node_for_function_exit (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h99 supernode *get_node_for_function_exit (function *fun) const in get_node_for_function_exit() function
H A Dsupergraph.cc330 get_node_for_function_exit (fun)->dump_dot_id (pp); in dump_dot_to_pp()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h112 supernode *get_node_for_function_exit (function *fun) const in get_node_for_function_exit() function
H A Dstate-purge.cc686 supernode *exit_snode = map.get_sg ().get_node_for_function_exit (fun); in state_purge_per_decl()
H A Dsupergraph.cc409 get_node_for_function_exit (fun)->dump_dot_id (pp); in dump_dot_to_pp()
H A Dengine.cc3550 supernode *sn_exit = sg.get_node_for_function_exit (fun); in maybe_create_dynamic_call()