| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | program-point.cc | 138 = const_cast<supernode *>(get_supernode ())->start_phis (); in print() 229 return m_stmt_idx == get_supernode ()->m_stmts.length () - 1; in final_stmt_p() 326 if (get_supernode ()) in to_json() 328 new json::integer_number (get_supernode ()->m_index)); in to_json() 523 gcc_assert (point_a.get_supernode () == point_b.get_supernode ()); in cmp_within_supernode_1() 657 if (get_supernode ()->m_stmts.length () > 0) in get_next() 658 return before_stmt (get_supernode (), 0); in get_next() 660 return after_supernode (get_supernode ()); in get_next() 664 if (next_idx < get_supernode ()->m_stmts.length ()) in get_next() 665 return before_stmt (get_supernode (), next_idx); in get_next() [all …]
|
| H A D | engine.cc | 133 (m_enode_for_diag, m_enode_for_diag->get_supernode (), in warn() 849 if (returning_from_function_p (m_enode_for_diag->get_supernode ())) in on_state_leak() 864 (&sm, m_enode_for_diag, m_enode_for_diag->get_supernode (), in on_state_leak() 890 ? m_enode_for_diag->get_supernode () in on_condition() 914 sm.on_phi (&sm_ctxt, m_enode_for_diag->get_supernode (), phi, rhs); in on_phi() 1101 const supernode *snode = get_supernode (); in get_processed_stmt() 1223 const supernode *snode = get_supernode (); in dump_processed_stmts() 1686 = program_point::after_supernode (setjmp_point.get_supernode (), in on_longjmp() 1746 gcc_assert (get_point ().get_supernode ()->return_p ()); in detect_leaks() 2274 const supernode *snode_a = ka.m_enode->get_supernode (); in cmp() [all …]
|
| H A D | program-point.h | 92 const supernode *get_supernode () const { return m_supernode; } in get_supernode() function 202 const supernode *get_supernode () const in get_supernode() function 204 return m_function_point.get_supernode (); in get_supernode()
|
| H A D | diagnostic-manager.cc | 148 unsigned snode_idx = enode->get_supernode ()->m_index; in get_best_epath() 1504 const supernode *supernode = src_point.get_supernode (); in on_global_state_change() 1534 const supernode *supernode = src_point.get_supernode (); in on_state_change() 1542 supernode = src_point.get_supernode (); in on_state_change() 1690 const supernode *supernode = m_point->get_supernode (); in set_next_state() 1712 const supernode *supernode = m_point->get_supernode (); in set_next_state() 1847 if (dst_point.get_supernode ()->entry_p ()) in add_events_for_eedge() 1851 (dst_point.get_supernode ()->get_start_location (), in add_events_for_eedge() 1921 sm.on_stmt (&sm_ctxt, dst_point.get_supernode (), stmt); in add_events_for_eedge() 2091 const gimple *last_stmt = src_point.get_supernode ()->get_last_stmt (); in add_events_for_superedge() [all …]
|
| H A D | checker-path.cc | 654 m_src_snode = eedge.m_src->get_supernode (); in call_event() 655 m_dest_snode = eedge.m_dest->get_supernode (); in call_event() 712 m_src_snode = eedge.m_src->get_supernode (); in return_event() 713 m_dest_snode = eedge.m_dest->get_supernode (); in return_event()
|
| H A D | exploded-graph.h | 271 const supernode *get_supernode () const in get_supernode() function 273 return get_point ().get_supernode (); in get_supernode() 766 const supernode *snode = enode->get_supernode (); in get_scc_id()
|
| H A D | state-purge.cc | 532 const supernode *snode = point.get_supernode (); in process_point() 873 const supernode *snode = point.get_supernode (); in process_point_backwards() 1011 const supernode *snode = point.get_supernode (); in process_point_forwards()
|
| H A D | program-state.cc | 1019 const gimple *last_stmt = point.get_supernode ()->get_last_stmt (); in on_edge() 1066 const gimple *last_stmt = point.get_supernode ()->get_last_stmt (); in push_call() 1089 const gimple *last_stmt = point.get_supernode ()->get_last_stmt (); in returning_call()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | engine.cc | 114 (m_enode_for_diag, m_enode_for_diag->get_supernode (), in warn() 586 if (m_enode_for_diag->get_supernode () in on_state_leak() 587 && m_enode_for_diag->get_supernode ()->return_p ()) in on_state_leak() 601 (&sm, m_enode_for_diag, m_enode_for_diag->get_supernode (), in on_state_leak() 665 m_enode_for_diag->get_supernode (), m_stmt, in on_condition() 687 sm.on_phi (&sm_ctxt, m_enode_for_diag->get_supernode (), phi, rhs); in on_phi() 1281 = program_point::after_supernode (setjmp_point.get_supernode (), in on_longjmp() 1342 gcc_assert (get_point ().get_supernode ()->return_p ()); in detect_leaks() 1744 const supernode *snode_a = ka.m_enode->get_supernode (); in cmp() 1745 const supernode *snode_b = kb.m_enode->get_supernode (); in cmp() [all …]
|
| H A D | program-point.h | 103 const supernode *get_supernode () const { return m_supernode; } in get_supernode() function 213 const supernode *get_supernode () const in get_supernode() function 215 return m_function_point.get_supernode (); in get_supernode()
|
| H A D | program-point.cc | 111 = const_cast<supernode *>(get_supernode ())->start_phis (); in print() 391 gcc_assert (point_a.get_supernode () == point_b.get_supernode ()); in cmp_within_supernode_1()
|
| H A D | diagnostic-manager.cc | 662 const supernode *supernode = src_point.get_supernode (); in on_global_state_change() 690 const supernode *supernode = src_point.get_supernode (); in on_state_change() 698 supernode = src_point.get_supernode (); in on_state_change() 876 if (dst_point.get_supernode ()->entry_p ()) in add_events_for_eedge() 880 (dst_point.get_supernode ()->get_start_location (), in add_events_for_eedge() 1001 const gimple *last_stmt = src_point.get_supernode ()->get_last_stmt (); in add_events_for_superedge() 1016 dst_point.get_supernode ()->get_start_location (), in add_events_for_superedge()
|
| H A D | exploded-graph.h | 242 const supernode *get_supernode () const in get_supernode() function 244 return get_point ().get_supernode (); in get_supernode() 694 const supernode *snode = enode->get_supernode (); in get_scc_id()
|
| H A D | state-purge.cc | 303 const supernode *snode = point.get_supernode (); in process_point()
|
| H A D | program-state.cc | 814 const gimple *last_stmt = point.get_supernode ()->get_last_stmt (); in on_edge()
|