Home
last modified time | relevance | path

Searched defs:cgraph_edge (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcgraph.h340 struct GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"))) cgraph_edge { struct
345 struct cgraph_edge *prev_caller; argument
346 struct cgraph_edge *next_caller; argument
347 struct cgraph_edge *prev_callee; argument
348 struct cgraph_edge *next_callee; argument
349 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
H A Dipa-utils.c85 searchc (struct searchc_env* env, struct cgraph_node *v, in searchc()
165 ipa_reduced_postorder (struct cgraph_node **order, in ipa_reduced_postorder()
H A Dcgraph.c773 cgraph_edge (struct cgraph_node *node, gimple call_stmt) in cgraph_edge() function
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraph.h1647 for_user)) cgraph_edge { struct
1648 friend class cgraph_node;
1724 cgraph_edge *prev_caller; argument
1725 cgraph_edge *next_caller; argument
1726 cgraph_edge *prev_callee; argument
1727 cgraph_edge *next_callee; argument
1728 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 …]
H A Dipa-utils.c80 searchc (struct searchc_env* env, struct cgraph_node *v, in searchc()
163 ipa_reduced_postorder (struct cgraph_node **order, in ipa_reduced_postorder()
H A Dipa-fnsummary.c799 ipa_call_summary_t::remove (struct cgraph_edge *, in remove()