Lines Matching refs:cgraph_edge
111 supernode *get_caller_next_node (cgraph_edge *edge) const in get_caller_next_node()
117 call_superedge *get_edge_for_call (cgraph_edge *edge) const in get_edge_for_call()
123 return_superedge *get_edge_for_return (cgraph_edge *edge) const in get_edge_for_return()
129 superedge *get_intraprocedural_edge_for_call (cgraph_edge *edge) const in get_intraprocedural_edge_for_call()
171 cgraph_edge *cedge);
173 cgraph_edge *cedge);
181 typedef ordered_hash_map<cgraph_edge *, supernode *> cgraph_edge_to_node_t;
189 typedef ordered_hash_map<cgraph_edge *, call_superedge *>
193 typedef ordered_hash_map<cgraph_edge *, return_superedge *>
197 typedef ordered_hash_map<cgraph_edge *, superedge *>
305 cgraph_edge *get_any_callgraph_edge () const;
360 cgraph_edge *cedge) in callgraph_superedge()
380 cgraph_edge *const m_cedge;
402 call_superedge (supernode *src, supernode *dst, cgraph_edge *cedge) in call_superedge()
448 return_superedge (supernode *src, supernode *dst, cgraph_edge *cedge) in return_superedge()
591 extern cgraph_edge *supergraph_call_edge (function *fun, gimple *stmt);