/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-comdats.cc | 173 node = dyn_cast <cgraph_node *> (node)->function_symbol (); in enqueue_references() 194 node = dyn_cast <cgraph_node *> (node)->function_symbol (); in enqueue_references() 276 target = dyn_cast <cgraph_node *> (target)->function_symbol (); in ipa_comdats()
|
H A D | ipa-reference.cc | 205 struct cgraph_node *fn2 = fn->function_symbol (&avail); in ipa_reference_get_read_global() 234 struct cgraph_node *fn2 = fn->function_symbol (&avail); in ipa_reference_get_written_global() 396 struct cgraph_node *y = e->callee->function_symbol (&avail); in propagate_bits() 706 struct cgraph_node *callee = e->callee->function_symbol (&avail); in get_read_write_all_from_node()
|
H A D | ipa-profile.cc | 544 cgraph_node *function_symbol; member 565 if (edge->caller != d->function_symbol) in ipa_propagate_frequency_1() 743 ipa_node_params *info = ipa_node_params_sum->get (n->function_symbol ()); in check_argument_count()
|
H A D | ipa-utils.cc | 256 struct cgraph_node *callee = cs->callee->function_symbol (); in ipa_edge_within_scc() 323 (edge->callee->function_symbol ()->decl)) in ipa_reverse_postorder()
|
H A D | ipa-cp.cc | 2373 cgraph_node *callee = cs->callee->function_symbol (&availability); in propagate_bits_across_jump_function() 2666 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, in merge_aggregate_lattices() 2858 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, in propagate_aggs_across_jump_function() 2911 callee = cs->callee->function_symbol (&availability); in propagate_constants_across_call() 3256 callee = callee->function_symbol (&avail); in devirtualization_time_bonus() 3866 cgraph_node *callee = cs->callee->function_symbol (); in propagate_constants_topo() 3952 && (src->cs->callee->function_symbol () in propagate_effects() 4221 cgraph_node *callee = cs->callee->function_symbol (&availability); in calls_same_node_or_its_all_contexts_clone_p() 5248 if (cs->caller == cs->callee->function_symbol (&availability) in self_recursive_pass_through_p() 5270 if (cs->caller == cs->callee->function_symbol (&availability) in self_recursive_agg_pass_through_p() [all …]
|
H A D | ipa-inline-analysis.cc | 270 ipa_fn_summaries->get (edge->callee->function_symbol ())->min_size in do_estimate_edge_time()
|
H A D | ipa.cc | 200 symtab_node *body = n->function_symbol (); in walk_polymorphic_call_targets() 437 symtab_node *body = e->callee->function_symbol (); in remove_unreachable_nodes()
|
H A D | ipa-visibility.cc | 737 decl_node = decl_node->callees->callee->function_symbol (); in function_and_variable_visibility()
|
H A D | ipa-sra.cc | 3096 cgraph_node *callee = cs->callee->function_symbol (&availability); in param_removal_cross_scc_edge() 3176 cgraph_node *callee = cs->callee->function_symbol (&availability); in propagate_used_across_scc_edge() 3383 cgraph_node *callee = cs->callee->function_symbol (&availability); in param_splitting_across_edge() 3976 cgraph_node *callee = cs->callee->function_symbol (&av); in ipa_sra_analysis()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-comdats.c | 173 node = dyn_cast <cgraph_node *> (node)->function_symbol (); in enqueue_references() 194 node = dyn_cast <cgraph_node *> (node)->function_symbol (); in enqueue_references() 276 target = dyn_cast <cgraph_node *> (target)->function_symbol (); in ipa_comdats()
|
H A D | ipa-reference.c | 205 struct cgraph_node *fn2 = fn->function_symbol (&avail); in ipa_reference_get_read_global() 234 struct cgraph_node *fn2 = fn->function_symbol (&avail); in ipa_reference_get_written_global() 396 struct cgraph_node *y = e->callee->function_symbol (&avail); in propagate_bits() 706 struct cgraph_node *callee = e->callee->function_symbol (&avail); in get_read_write_all_from_node()
|
H A D | ipa-profile.c | 544 cgraph_node *function_symbol; member 565 if (edge->caller != d->function_symbol) in ipa_propagate_frequency_1() 743 class ipa_node_params *info = IPA_NODE_REF (n->function_symbol ()); in check_argument_count()
|
H A D | ipa-utils.c | 256 struct cgraph_node *callee = cs->callee->function_symbol (); in ipa_edge_within_scc() 323 (edge->callee->function_symbol ()->decl)) in ipa_reverse_postorder()
|
H A D | ipa-cp.c | 1941 if (!src->val || cs->caller != cs->callee->function_symbol ()) 2317 cgraph_node *callee = cs->callee->function_symbol (&availability); 2610 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, 2801 int max_agg_items = opt_for_fn (cs->callee->function_symbol ()->decl, 2854 callee = cs->callee->function_symbol (&availability); 3190 callee = callee->function_symbol (&avail); 3816 cgraph_node *callee = cs->callee->function_symbol (); 4078 cgraph_node *callee = cs->callee->function_symbol (&availability); 4664 if (cs->caller == cs->callee->function_symbol (&availability) 4686 if (cs->caller == cs->callee->function_symbol (&availability) [all …]
|
H A D | ipa-inline-analysis.c | 266 ipa_fn_summaries->get (edge->callee->function_symbol ())->min_size in do_estimate_edge_time()
|
H A D | ipa.c | 200 symtab_node *body = n->function_symbol (); in walk_polymorphic_call_targets() 437 symtab_node *body = e->callee->function_symbol (); in remove_unreachable_nodes()
|
H A D | ipa-visibility.c | 737 decl_node = decl_node->callees->callee->function_symbol (); in function_and_variable_visibility()
|
H A D | ipa-sra.c | 3157 cgraph_node *callee = cs->callee->function_symbol (&availability); in param_removal_cross_scc_edge() 3237 cgraph_node *callee = cs->callee->function_symbol (&availability); in propagate_used_across_scc_edge() 3444 cgraph_node *callee = cs->callee->function_symbol (&availability); in param_splitting_across_edge() 4034 cgraph_node *callee = cs->callee->function_symbol (&av); in ipa_sra_analysis()
|
H A D | ipa-pure-const.c | 1387 if (e->callee->function_symbol () == node) in self_recursive_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh-mem.cc | 114 rtx lab = function_symbol (func_addr_rtx, "__movmemSI12_i4", in expand_block_move() 128 rtx lab = function_symbol (func_addr_rtx, bytes & 4 in expand_block_move() 151 rtx lab = function_symbol (func_addr_rtx, entry, SFUNC_STATIC).lab; in expand_block_move() 168 rtx lab = function_symbol (func_addr_rtx, "__movmem", SFUNC_STATIC).lab; in expand_block_move()
|
H A D | sh-protos.h | 348 extern function_symbol_result function_symbol (rtx, const char *,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh-mem.cc | 114 rtx lab = function_symbol (func_addr_rtx, "__movmemSI12_i4", in expand_block_move() 128 rtx lab = function_symbol (func_addr_rtx, bytes & 4 in expand_block_move() 151 rtx lab = function_symbol (func_addr_rtx, entry, SFUNC_STATIC).lab; in expand_block_move() 168 rtx lab = function_symbol (func_addr_rtx, "__movmem", SFUNC_STATIC).lab; in expand_block_move()
|
H A D | sh-protos.h | 348 extern function_symbol_result function_symbol (rtx, const char *,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-partition.c | 234 cnode = cnode->function_symbol (); in contained_in_symbol()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-partition.cc | 234 cnode = cnode->function_symbol (); in contained_in_symbol()
|