HomeSort by: relevance | last modified time | path
    Searched defs:supernode (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
state-purge.cc 156 "after-supernode" point (in case of interprocedural call superedges). */
344 const supernode *snode
352 = const_cast<supernode *> (snode)->start_phis ();
454 const supernode *supernode local
456 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt);
457 return function_point::before_stmt (supernode, stmt_idx);
500 name_used_by_phis_p (tree name, const supernode *snode,
506 = const_cast<supernode *> (snode)->start_phis ();
537 const supernode *snode = point.get_supernode ()
1173 const supernode *supernode = m_map->get_sg ().get_supernode_for_stmt (stmt); local
    [all...]
supergraph.h 38 class supernode;
72 typedef supernode node_t;
105 twice: once at the end of a supernode, and a second instance at the
106 start of the next supernode (to handle the return). */
114 supernode *get_node_for_function_entry (const function &fun) const
119 supernode *get_node_for_function_exit (const function &fun) const
124 supernode *get_node_for_block (basic_block bb) const
129 /* Get the supernode containing the second half of the gcall *
131 supernode *get_caller_next_node (cgraph_edge *edge) const
161 supernode *get_supernode_for_stmt (const gimple *stmt) cons
234 class supernode : public dnode<supergraph_traits> class in namespace:ana
237 supernode (function *fun, basic_block bb, gcall *returning_call, function in class:ana::supernode
    [all...]
diagnostic-manager.cc 1783 const supernode *supernode = src_point.get_supernode (); variable
1789 (make_unique<state_change_event> (supernode,
1815 const supernode *supernode = src_point.get_supernode (); variable
1823 supernode = src_point.get_supernode ();
1824 stmt = supernode->get_last_stmt ();
1834 (make_unique<state_change_event> (supernode,
1976 const supernode *supernode = m_point->get_supernode () variable
2002 const supernode *supernode = m_point->get_supernode (); variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
state-purge.cc 163 "after-supernode" point (in case of interprocedural call superedges). */
339 const supernode *snode
347 = const_cast<supernode *> (snode)->start_phis ();
449 const supernode *supernode local
451 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt);
452 return function_point::before_stmt (supernode, stmt_idx);
495 name_used_by_phis_p (tree name, const supernode *snode,
501 = const_cast<supernode *> (snode)->start_phis ();
532 const supernode *snode = point.get_supernode ()
1164 const supernode *supernode = m_map->get_sg ().get_supernode_for_stmt (stmt); local
    [all...]
supergraph.h 31 class supernode;
65 typedef supernode node_t;
98 twice: once at the end of a supernode, and a second instance at the
99 start of the next supernode (to handle the return). */
107 supernode *get_node_for_function_entry (function *fun) const
112 supernode *get_node_for_function_exit (function *fun) const
117 supernode *get_node_for_block (basic_block bb) const
122 /* Get the supernode containing the second half of the gcall *
124 supernode *get_caller_next_node (cgraph_edge *edge) const
154 supernode *get_supernode_for_stmt (const gimple *stmt) cons
227 class supernode : public dnode<supergraph_traits> class in namespace:ana
230 supernode (function *fun, basic_block bb, gcall *returning_call, function in class:ana::supernode
    [all...]
diagnostic-manager.cc 642 const supernode *snode, const gimple *stmt,
970 const supernode *snode, const gimple *stmt,
1020 const supernode *snode, const gimple *stmt,
1504 const supernode *supernode = src_point.get_supernode (); variable
1509 m_emission_path->add_event (new state_change_event (supernode,
1534 const supernode *supernode = src_point.get_supernode (); variable
1542 supernode = src_point.get_supernode ();
1543 stmt = supernode->get_last_stmt ()
1690 const supernode *supernode = m_point->get_supernode (); variable
1712 const supernode *supernode = m_point->get_supernode (); variable
    [all...]

Completed in 30 milliseconds