Home
last modified time | relevance | path

Searched refs:returning_call (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstate-purge.cc587 gcall *returning_call = snode->m_returning_call; in process_point() local
590 returning_call); in process_point()
603 = map.get_sg ().get_supernode_for_stmt (returning_call); in process_point()
898 gcall *returning_call = snode->m_returning_call; in process_point_backwards() local
901 returning_call); in process_point_backwards()
914 = map.get_sg ().get_supernode_for_stmt (returning_call); in process_point_backwards()
H A Dsupergraph.h182 supernode *add_node (function *fun, basic_block bb, gcall *returning_call,
230 supernode (function *fun, basic_block bb, gcall *returning_call, in supernode() argument
232 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
H A Dprogram-state.h226 void returning_call (exploded_graph &eg,
H A Dsupergraph.cc497 supergraph::add_node (function *fun, basic_block bb, gcall *returning_call, in add_node() argument
500 supernode *n = new supernode (fun, bb, returning_call, phi_nodes, in add_node()
H A Dprogram-state.cc1082 program_state::returning_call (exploded_graph &eg, in returning_call() function in ana::program_state
H A DChangeLog1363 (program_state::returning_call): Likewise.
1639 (program_state::returning_call): New function.
1641 (program_state::returning_call): New decl.
3297 "returning_call" in comment. Add optional "fun" to JSON.
H A Dengine.cc4046 next_state.returning_call (*this, node, call, &uncertainty); in process_node()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h167 supernode *add_node (function *fun, basic_block bb, gcall *returning_call,
213 supernode (function *fun, basic_block bb, gcall *returning_call, in supernode() argument
215 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
H A Dsupergraph.cc386 supergraph::add_node (function *fun, basic_block bb, gcall *returning_call, in add_node() argument
389 supernode *n = new supernode (fun, bb, returning_call, phi_nodes, in add_node()