Searched defs:cgraph_edge (Results 1 – 6 of 6) sorted by relevance
340 struct GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"))) cgraph_edge { struct345 struct cgraph_edge *prev_caller; argument346 struct cgraph_edge *next_caller; argument347 struct cgraph_edge *prev_callee; argument348 struct cgraph_edge *next_callee; argument349 gimple call_stmt;352 struct cgraph_indirect_call_info *indirect_info;356 cgraph_inline_failed_t inline_failed;381 typedef struct cgraph_edge *cgraph_edge_p; argument
85 searchc (struct searchc_env* env, struct cgraph_node *v, in searchc()165 ipa_reduced_postorder (struct cgraph_node **order, in ipa_reduced_postorder()
773 cgraph_edge (struct cgraph_node *node, gimple call_stmt) in cgraph_edge() function
1647 for_user)) cgraph_edge { struct1648 friend class cgraph_node;1724 cgraph_edge *prev_caller; argument1725 cgraph_edge *next_caller; argument1726 cgraph_edge *prev_callee; argument1727 cgraph_edge *next_callee; argument1728 gcall *call_stmt;1731 cgraph_indirect_call_info *indirect_info;1735 enum cgraph_inline_failed_t inline_failed;1738 unsigned int lto_stmt_uid;[all …]
80 searchc (struct searchc_env* env, struct cgraph_node *v, in searchc()163 ipa_reduced_postorder (struct cgraph_node **order, in ipa_reduced_postorder()
799 ipa_call_summary_t::remove (struct cgraph_edge *, in remove()