Searched refs:node_for_stmts (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | supergraph.cc | 167 supernode *node_for_stmts = add_node (fun, bb, NULL, phi_nodes (bb)); in supergraph() local 168 m_bb_to_initial_node.put (bb, node_for_stmts); in supergraph() 173 m_stmt_to_node_t.put (stmt, node_for_stmts); in supergraph() 184 node_for_stmts->m_stmts.safe_push (stmt); in supergraph() 185 m_stmt_to_node_t.put (stmt, node_for_stmts); in supergraph() 189 m_cgraph_edge_to_caller_prev_node.put(edge, node_for_stmts); in supergraph() 190 node_for_stmts = add_node (fun, bb, as_a <gcall *> (stmt), in supergraph() 192 m_cgraph_edge_to_caller_next_node.put (edge, node_for_stmts); in supergraph() 203 supernode *old_node_for_stmts = node_for_stmts; in supergraph() 204 node_for_stmts = add_node (fun, bb, call, NULL); in supergraph() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.cc | 119 supernode *node_for_stmts = add_node (fun, bb, NULL, phi_nodes (bb)); in supergraph() local 120 m_bb_to_initial_node.put (bb, node_for_stmts); in supergraph() 125 m_stmt_to_node_t.put (stmt, node_for_stmts); in supergraph() 135 node_for_stmts->m_stmts.safe_push (stmt); in supergraph() 136 m_stmt_to_node_t.put (stmt, node_for_stmts); in supergraph() 139 m_cgraph_edge_to_caller_prev_node.put(edge, node_for_stmts); in supergraph() 140 node_for_stmts = add_node (fun, bb, as_a <gcall *> (stmt), NULL); in supergraph() 141 m_cgraph_edge_to_caller_next_node.put (edge, node_for_stmts); in supergraph() 145 m_bb_to_final_node.put (bb, node_for_stmts); in supergraph()
|