Searched refs:m_num_processed_stmts (Results 1 – 3 of 3) sorted by relevance
1086 m_num_processed_stmts (0) in exploded_node()1098 gcc_assert (idx < m_num_processed_stmts); in get_processed_stmt()1219 if (m_num_processed_stmts > 0) in dump_processed_stmts()1226 pp_printf (pp, "stmts: %i", m_num_processed_stmts); in dump_processed_stmts()1228 for (unsigned i = 0; i < m_num_processed_stmts; i++) in dump_processed_stmts()1318 new json::integer_number (m_num_processed_stmts)); in to_json()3783 node->m_num_processed_stmts++; in process_node()3836 node->m_num_processed_stmts--; in process_node()4538 for (unsigned stmt_idx = 0; stmt_idx < src_enode.m_num_processed_stmts; in maybe_update_for_edge()
332 unsigned m_num_processed_stmts; variable
4777 (exploded_node::exploded_node): Initialize m_num_processed_stmts.4815 m_num_processed_stmts. Update dumping calls for API change.4845 (exploded_node::m_num_processed_stmts): New field.