Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcgraph.h152 struct GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) cgraph_node { struct
156 struct cgraph_node *next; argument
157 struct cgraph_node *previous; argument
162 struct cgraph_node *origin; argument
164 struct cgraph_node *nested; argument
166 struct cgraph_node *next_nested; argument
168 struct cgraph_node *next_needed; argument
170 struct cgraph_node *next_sibling_clone; argument
171 struct cgraph_node *prev_sibling_clone; argument
172 struct cgraph_node *clones; argument
[all …]
H A Dcgraph.c2569 cgraph_for_node_thunks_and_aliases (struct cgraph_node *node, in cgraph_for_node_thunks_and_aliases()
2605 cgraph_for_node_and_aliases (struct cgraph_node *node, in cgraph_for_node_and_aliases()
H A Dlto-streamer.h673 struct cgraph_node *cgraph_node; member
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraph.h894 struct GTY((tag ("SYMTAB_FUNCTION"))) cgraph_node : public symtab_node { struct
1286 /* Remove the cgraph_function_version_info and cgraph_node for DECL. This argument
1304 static inline cgraph_node *get (const_tree decl) in get() argument
1363 cgraph_node *origin; argument
1365 cgraph_node *nested; argument
1367 cgraph_node *next_nested; argument
1369 cgraph_node *next_sibling_clone; argument
1370 cgraph_node *prev_sibling_clone; argument
1371 cgraph_node *clones; argument
1372 cgraph_node *clone_of; argument
[all …]
H A Dtree-pass.h171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d()
H A Dcgraph.c2369 cgraph_node::call_for_symbol_thunks_and_aliases (bool (*callback) in call_for_symbol_thunks_and_aliases()
3870 cgraph_node::call_for_symbol_and_aliases_1 (bool (*callback) (cgraph_node *, in call_for_symbol_and_aliases_1()