Home | History | Annotate | Download | only in analyzer

Lines Matching defs:supernode

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
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 ();
545 = const_cast<supernode *> (snode)->start_phis ();
602 supernode *callernode
659 have "before supernode" for the initial ENTRY block, and don't
686 supernode *exit_snode = map.get_sg ().get_node_for_function_exit (fun);
873 const supernode *snode = point.get_supernode ();
913 supernode *callernode
1011 const supernode *snode = point.get_supernode ();
1068 to the supernode N. */
1072 const supernode &n,
1164 const supernode *supernode = m_map->get_sg ().get_supernode_for_stmt (stmt);
1165 unsigned int stmt_idx = supernode->get_stmt_index (stmt);
1167 (function_point::before_stmt (supernode, stmt_idx));