Searched refs:cgraph_function_or_thunk_node (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ipa-inline.c | 140 struct cgraph_node *what = cgraph_function_or_thunk_node (e->callee, NULL); in caller_growth_limits() 242 = cgraph_function_or_thunk_node (e->callee, &avail); in can_inline_edge_p() 357 struct cgraph_node *callee = cgraph_function_or_thunk_node (e->callee, in can_early_inline_edge_p() 404 struct cgraph_node *callee = cgraph_function_or_thunk_node (e->callee, NULL); in want_early_inline_function_p() 463 struct cgraph_node *callee = cgraph_function_or_thunk_node (e->callee, NULL); in want_inline_small_function_p() 677 struct cgraph_node *function = cgraph_function_or_thunk_node (node, NULL); in want_inline_function_called_once_p() 744 struct cgraph_node *callee = cgraph_function_or_thunk_node (edge->callee, in edge_badness() 1067 && (callee = cgraph_function_or_thunk_node (e->callee, &avail)) in update_callee_keys() 1113 struct cgraph_node *callee = cgraph_function_or_thunk_node (e->callee, in update_all_callee_keys() 1149 || (cgraph_function_or_thunk_node (e->callee, &avail) == node in lookup_recursive_calls() [all …]
|
H A D | ipa-inline-transform.c | 204 struct cgraph_node *callee = cgraph_function_or_thunk_node (e->callee, NULL); in inline_call()
|
H A D | cgraph.h | 1042 cgraph_function_or_thunk_node (struct cgraph_node *node, enum availability *availability) in cgraph_function_or_thunk_node() function 1097 struct cgraph_node *callee = cgraph_function_or_thunk_node (e->callee, NULL); in cgraph_edge_recursive_p()
|
H A D | cgraphunit.c | 396 node = cgraph_function_or_thunk_node (node, NULL); in clone_of_p() 397 node2 = cgraph_function_or_thunk_node (node2, NULL); in clone_of_p() 472 node = cgraph_function_or_thunk_node (node, NULL); in verify_edge_corresponds_to_fndecl() 479 && (node != cgraph_function_or_thunk_node (e->callee, NULL)) in verify_edge_corresponds_to_fndecl()
|
H A D | ipa-utils.c | 105 struct cgraph_node *w = cgraph_function_or_thunk_node (edge->callee, &avail); in searchc()
|
H A D | ipa-inline-analysis.c | 719 struct cgraph_node *callee = cgraph_function_or_thunk_node (e->callee, NULL); in evaluate_properties_for_edge() 1110 struct cgraph_node *callee = cgraph_function_or_thunk_node (edge->callee, NULL); in dump_inline_edge_summary() 2725 callee = cgraph_function_or_thunk_node (edge->callee, NULL); in do_estimate_edge_time() 2783 callee = cgraph_function_or_thunk_node (edge->callee, NULL); in do_estimate_edge_growth()
|
H A D | cgraph.c | 1706 node = cgraph_function_or_thunk_node (node, NULL); in cgraph_mark_address_taken_node() 3026 gcc_assert (cgraph_function_or_thunk_node (node, NULL) == node); in cgraph_only_called_directly_p() 3040 cgraph_function_or_thunk_node (node, &avail); in collect_callers_of_node_1()
|
H A D | ipa.c | 137 struct cgraph_node *n = cgraph_function_or_thunk_node (node, NULL); in cgraph_local_node_p()
|
H A D | ipa-prop.c | 1188 struct cgraph_node *callee = cgraph_function_or_thunk_node (cs->callee, in ipa_compute_jump_functions() 1791 callee = cgraph_function_or_thunk_node (callee, NULL); in ipa_make_edge_direct_to_target()
|