Searched refs:m_stmts (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | program-point.cc | 198 return m_supernode->m_stmts[m_stmt_idx]; in get_stmt() 229 return m_stmt_idx == get_supernode ()->m_stmts.length () - 1; in final_stmt_p() 636 if (++m_stmt_idx == m_supernode->m_stmts.length ()) in next_stmt() 657 if (get_supernode ()->m_stmts.length () > 0) in get_next() 664 if (next_idx < get_supernode ()->m_stmts.length ()) in get_next() 686 if (get_supernode ()->m_stmts.length () > 0) in get_next() 693 if (next_idx < get_supernode ()->m_stmts.length ()) in get_next()
|
H A D | supergraph.h | 278 if (m_stmts.length () == 0) in get_last_stmt() 280 return m_stmts[m_stmts.length () - 1]; in get_last_stmt() 297 auto_vec<gimple *> m_stmts; variable
|
H A D | supergraph.cc | 184 node_for_stmts->m_stmts.safe_push (stmt); in supergraph() 656 FOR_EACH_VEC_ELT (m_stmts, i, stmt) in dump_dot() 754 FOR_EACH_VEC_ELT (m_stmts, i, stmt) in to_json() 778 FOR_EACH_VEC_ELT (m_stmts, i, stmt) in get_start_location() 802 FOR_EACH_VEC_ELT_REVERSE (m_stmts, i, stmt) in get_end_location() 825 FOR_EACH_VEC_ELT (m_stmts, i, iter_stmt) in get_stmt_index()
|
H A D | state-purge.cc | 249 FOR_EACH_VEC_ELT (snode->m_stmts, i, stmt) in state_purge_map() 643 if (snode->m_stmts.length ()) in process_point() 646 snode->m_stmts.length () - 1), in process_point() 969 if (snode->m_stmts.length ()) in process_point_backwards() 972 snode->m_stmts.length () - 1), in process_point_backwards()
|
H A D | engine.cc | 1104 const gimple *stmt = snode->m_stmts[idx_within_snode]; in get_processed_stmt() 1231 const gimple *stmt = snode->m_stmts[idx_within_snode]; in dump_processed_stmts() 3764 stmt_idx < snode->m_stmts.length (); in process_node() 3767 const gimple *stmt = snode->m_stmts[stmt_idx]; in process_node() 3801 = (next_idx < point.get_supernode ()->m_stmts.length () in process_node() 3851 = (next_idx < point.get_supernode ()->m_stmts.length () in process_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.h | 254 if (m_stmts.length () == 0) in get_last_stmt() 256 return m_stmts[m_stmts.length () - 1]; in get_last_stmt() 273 auto_vec<gimple *> m_stmts; variable
|
H A D | supergraph.cc | 135 node_for_stmts->m_stmts.safe_push (stmt); in supergraph() 546 FOR_EACH_VEC_ELT (m_stmts, i, stmt) in dump_dot() 608 FOR_EACH_VEC_ELT (m_stmts, i, stmt) in get_start_location() 632 FOR_EACH_VEC_ELT_REVERSE (m_stmts, i, stmt) in get_end_location() 655 FOR_EACH_VEC_ELT (m_stmts, i, iter_stmt) in get_stmt_index()
|
H A D | state-purge.cc | 384 if (snode->m_stmts.length ()) in process_point() 387 snode->m_stmts.length () - 1), in process_point()
|
H A D | program-point.cc | 158 return m_supernode->m_stmts[m_stmt_idx]; in get_stmt()
|
H A D | engine.cc | 2470 if (point.get_supernode ()->m_stmts.length () > 0) in process_node() 2515 stmt_idx < snode->m_stmts.length (); in process_node() 2518 const gimple *stmt = snode->m_stmts[stmt_idx]; in process_node() 2542 = (next_idx < point.get_supernode ()->m_stmts.length () in process_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.h | 559 m_stmts.safe_push (stmt); in add_stmt() 565 vec<tree> m_stmts; variable
|
H A D | jit-playback.c | 1483 FOR_EACH_VEC_ELT (b->m_stmts, j, stmt) in build_stmt_list() 1558 m_stmts.release (); in finalizer() 1808 m_stmts () in block()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.h | 628 m_stmts.safe_push (stmt); in add_stmt() 634 vec<tree> m_stmts; variable
|
H A D | jit-playback.cc | 1865 FOR_EACH_VEC_ELT (b->m_stmts, j, stmt) in build_stmt_list() 1940 m_stmts.release (); in finalizer() 2288 m_stmts () in block()
|