Home
last modified time | relevance | path

Searched refs:indirect_calls (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-profile.cc394 && node->indirect_calls) in ipa_profile_write_summary()
406 && node->indirect_calls) in ipa_profile_write_summary()
411 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in ipa_profile_write_summary()
433 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in ipa_profile_dump_all_summaries()
488 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in ipa_profile_read_summary_section()
635 for (e = node->indirect_calls; e; e = e->next_callee) in contains_hot_call_p()
843 for (e = n->indirect_calls; e; e = e->next_callee) in ipa_profile()
Dipa-utils.cc385 for (e = node->indirect_calls; e; e = e->next_callee) in scale_ipa_profile_for_fn()
548 for (e = dst->indirect_calls, e2 = src->indirect_calls; e && e2 && match; in ipa_merge_profiles()
674 for (e = dst->indirect_calls, e2 = src->indirect_calls; e; in ipa_merge_profiles()
Dcgraph.cc762 for (e = indirect_calls; e; e = e->next_callee) in get_edge()
774 for (e2 = indirect_calls; e2; e2 = e2->next_callee) in get_edge()
1020 edge->next_callee = indirect_calls; in create_indirect_edge()
1021 if (indirect_calls) in create_indirect_edge()
1022 indirect_calls->prev_callee = edge; in create_indirect_edge()
1023 indirect_calls = edge; in create_indirect_edge()
1040 caller->indirect_calls = next_callee; in remove_caller()
1350 edge->caller->indirect_calls = edge->next_callee; in make_direct()
1751 for (e = indirect_calls; e; e = f) in remove_callees()
1759 indirect_calls = NULL; in remove_callees()
[all …]
Dipa-fnsummary.cc772 for (e = node->indirect_calls; e; e = e->next_callee) in remove_callees()
900 for (edge = dst->indirect_calls; edge; edge = next) in duplicate()
1054 for (edge = node->indirect_calls; edge; edge = edge->next_callee) in dump_ipa_call_summary()
3223 for (e = node->indirect_calls; e; e = e->next_callee) in compute_fn_summary()
3355 for (e = node->indirect_calls; e; e = e->next_callee) in estimate_calls_size_and_time_1()
3393 for (e = node->indirect_calls; e; e = e->next_callee) in summarize_calls_size_and_time()
3422 gcc_assert (node->callees || node->indirect_calls); in estimate_calls_size_and_time()
3431 else if (node->callees && node->indirect_calls in estimate_calls_size_and_time()
3775 if (m_node->callees || m_node->indirect_calls) in estimate_size_and_time()
3956 for (e = node->indirect_calls; e; e = e->next_callee) in inline_update_callee_summaries()
[all …]
Dcgraphclones.cc341 for (cgraph_edge *e = n->indirect_calls; e; e=e->next_callee) in localize_profile()
446 for (e = indirect_calls; e; e = e->next_callee) in create_clone()
962 for (e = indirect_calls; e; e=e->next_callee) in create_version_clone()
Dipa-inline-transform.cc75 for (e = node->indirect_calls; e; e = e->next_callee) in update_noncloned_counts()
318 for (cgraph_edge *cs = node->indirect_calls; cs; cs = cs->next_callee) in mark_all_inlined_calls_cdtor()
Dlto-cgraph.cc903 for (edge = node->indirect_calls; edge; edge = edge->next_callee) in compute_ltrans_boundary()
1001 output_outgoing_cgraph_edges (node->indirect_calls, ob, encoder); in output_symtab()
1701 for (edge = node->indirect_calls; edge; edge = edge->next_callee) in merge_profile_summaries()
1908 for (e = node->indirect_calls; e; e = e->next_callee) in output_node_opt_summary()
2022 for (e = node->indirect_calls; e; e = e->next_callee) in input_node_opt_summary()
Dipa-pure-const.cc1696 for (ie = w->indirect_calls; in propagate_pure_const()
1771 || w->indirect_calls) in propagate_pure_const()
1920 for (ie = w->indirect_calls; ie && !can_throw; in propagate_nothrow()
2017 if (node->indirect_calls) in propagate_malloc()
Dcgraph.h880 indirect_calls (NULL), in cgraph_node()
1396 cgraph_edge *indirect_calls; member
1783 for (cgraph_edge *e2 = caller->indirect_calls; in speculative_call_indirect_edge()
Dipa-modref.cc517 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in dump_modref_edge_summaries()
556 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in remove_modref_edge_summaries()
3776 for (cgraph_edge *e = cnode->indirect_calls; in modref_write()
3937 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in read_section()
4371 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in update_escape_summary()
4694 for (cgraph_edge *e = cur->indirect_calls; e; e = e->next_callee) in modref_propagate_in_scc()
5143 for (cgraph_edge *e = cur->indirect_calls; e; e = e->next_callee) in modref_propagate_flags_in_scc()
Dipa-cp.cc1378 for (ie = node->indirect_calls; ie; ie = ie->next_callee) in initialize_node_lattices()
3239 for (ie = node->indirect_calls; ie; ie = ie->next_callee) in devirtualization_time_bonus()
4110 for (ie = node->indirect_calls; ie; ie = next_ie) in ipcp_discover_new_direct_edges()
4665 for (cgraph_edge *cs = n->indirect_calls; cs; cs = cs->next_callee) in update_counts_for_self_gen_clones()
4800 for (cgraph_edge *cs = orig_node->indirect_calls; in update_profiling_info()
4860 for (cgraph_edge *cs = new_node->indirect_calls; cs; cs = cs->next_callee) in update_profiling_info()
4866 for (cgraph_edge *cs = orig_node->indirect_calls; cs; cs = cs->next_callee) in update_profiling_info()
Dipa-sra.cc2075 for (cgraph_edge *cs = node->indirect_calls; cs; cs = cs->next_callee) in isra_analyze_all_outgoing_calls()
2604 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in isra_write_node_summary()
2721 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in isra_read_node_info()
3888 for (cgraph_edge *cs = v->indirect_calls; cs; cs = cs->next_callee) in ipa_sra_analysis()
Dipa-prop.cc473 for (cs = node->indirect_calls; cs; cs = cs->next_callee) in ipa_print_node_jump_functions()
3090 for (struct cgraph_edge *cs = node->indirect_calls; cs; cs = cs->next_callee) in ipa_analyze_node()
3979 for (ie = node->indirect_calls; ie; ie = next_ie) in update_indirect_edges_after_inlining()
4119 for (e = node->indirect_calls; e; e = e->next_callee) in propagate_info_to_inlined_callees()
5130 for (e = node->indirect_calls; e; e = e->next_callee) in ipa_write_node_info()
5251 for (e = node->indirect_calls; e; e = e->next_callee) in ipa_read_node_info()
Dipa-icf.cc717 e1 = dyn_cast <cgraph_node *> (node)->indirect_calls; in equals_wpa()
718 e2 = dyn_cast <cgraph_node *> (item->node)->indirect_calls; in equals_wpa()
1496 if (get_node ()->indirect_calls != NULL) in compare_polymorphic_p()
Dipa-reference.cc714 for (ie = node->indirect_calls; in get_read_write_all_from_node()
Dipa-inline.cc2603 for (e = node->indirect_calls; e; e = e->next_callee) in dump_inline_stats()
2689 for (cgraph_edge *e = node->indirect_calls; e; e = e->next_callee) in ipa_inline()
Dipa.cc427 for (e = cnode->indirect_calls; e; e = next) in remove_unreachable_nodes()
Dcgraphunit.cc1265 for (edge = cnode->indirect_calls; edge; edge = next) in analyze_functions()
Dipa-devirt.cc3675 if (dump_file && n->indirect_calls) in ipa_devirt()
3678 for (e = n->indirect_calls; e; e = e->next_callee) in ipa_devirt()
Dlto-streamer-in.cc1200 for (cedge = node->indirect_calls; cedge; cedge = cedge->next_callee) in fixup_call_stmt_edges_1()
Dpredict.cc3565 for (e = node->indirect_calls; e; e = e->next_callee) in drop_profile()
Dtrans-mem.cc5365 if (!node->callees && !node->indirect_calls && !d->irrevocable_blocks_clone) in ipa_tm_transform_clone()
Dtree-inline.cc6424 for (e = new_version_node->indirect_calls; e; e = e->next_callee) in tree_function_versioning()
DChangeLog-201033246 * cgraph.h (struct cgraph_node): New field indirect_calls.
33281 indirect_call, dump count of indirect_calls edges.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dsourcebuild.texi2841 @item indirect_calls

12