Home
last modified time | relevance | path

Searched refs:get_node_for_function_entry (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-point.h129 return before_supernode (sg.get_node_for_function_entry (fun), in from_function_entry()
H A Dsupergraph.h94 supernode *get_node_for_function_entry (function *fun) const in get_node_for_function_entry() function
H A Dsupergraph.cc328 get_node_for_function_entry (fun)->dump_dot_id (pp); in dump_dot_to_pp()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.cc237 return before_supernode (sg.get_node_for_function_entry (fun), NULL); in from_function_entry()
H A Dsupergraph.h107 supernode *get_node_for_function_entry (function *fun) const in get_node_for_function_entry() function
H A Dsupergraph.cc407 get_node_for_function_entry (fun)->dump_dot_id (pp); in dump_dot_to_pp()
H A Dengine.cc3549 supernode *sn_entry = sg.get_node_for_function_entry (fun); in maybe_create_dynamic_call()