Searched refs:returning_call (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | state-purge.cc | 587 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 D | supergraph.h | 182 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 D | program-state.h | 226 void returning_call (exploded_graph &eg,
|
H A D | supergraph.cc | 497 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 D | program-state.cc | 1082 program_state::returning_call (exploded_graph &eg, in returning_call() function in ana::program_state
|
H A D | ChangeLog | 1363 (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 D | engine.cc | 4046 next_state.returning_call (*this, node, call, &uncertainty); in process_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.h | 167 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 D | supergraph.cc | 386 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()
|