| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-inline.cc | 170 to = to->callers->caller; in caller_growth_limits() 1017 && (caller_freq = outer_node->callers->sreal_frequency ()) == 0) in want_inline_self_recursive_call_p() 1087 for (e = node->callers; e; e = e->next_caller) in check_callers() 1119 if (node->callers) in has_caller_p() 1450 for (edge = where->callers; edge; edge = edge->next_caller) in reset_edge_caches() 1475 e = e->caller->callers; in reset_edge_caches() 1508 for (edge = node->callers; edge; edge = edge->next_caller) in update_caller_keys() 1611 e = e->caller->callers; in update_callee_keys() 1708 cnode->inlined_to; cnode = cnode->callers->caller) in recursive_inlining() 1927 for (e = node->callers; e; e = e->next_caller) in sum_callers() [all …]
|
| D | ipa-cp.cc | 746 for (cs = node->callers; cs; cs = cs->next_caller) in gather_caller_stats() 1242 for (cgraph_edge *cs = node->callers; cs; cs = cs->next_caller) in count_callers() 1256 cgraph_edge *cs = node->callers; in set_single_call_flag() 4385 for (cs = dest->callers; cs; cs = cs->next_caller) in get_info_about_necessary_edges() 4400 adjust_callers_for_value_intersection (vec<cgraph_edge *> &callers, in adjust_callers_for_value_intersection() argument 4403 for (unsigned i = 0; i < callers.length (); i++) in adjust_callers_for_value_intersection() 4405 cgraph_edge *cs = callers[i]; in adjust_callers_for_value_intersection() 4411 callers[i] = callers[0]; in adjust_callers_for_value_intersection() 4412 callers[0] = cs; in adjust_callers_for_value_intersection() 4537 for (cgraph_edge *cs = node->callers; cs; cs = cs->next_caller) in gather_count_of_non_rec_edges() [all …]
|
| D | ipa-inline-transform.cc | 93 if ((alias->callers && alias->callers != e) in can_remove_node_now_p_1() 136 if ((next->callers && next->callers != e) in can_remove_node_now_p() 185 if (!e->callee->callers->next_caller in clone_inlined_nodes() 483 if (!alias->callers in inline_call() 673 if (!first_clone->callers) in save_inline_function_body()
|
| D | cgraph.cc | 956 edge->next_caller = callee->callers; in create_edge() 957 if (callee->callers) in create_edge() 958 callee->callers->prev_caller = edge; in create_edge() 963 callee->callers = edge; in create_edge() 1778 for (e = callers; e; e = f) in remove_callers() 1785 callers = NULL; in remove_callers() 1992 gcc_assert (callers->indirect_inlining_edge); in mark_address_taken() 2247 for (edge = callers; edge; edge = edge->next_caller) in dump() 2483 for (e = callers; e; e = e->next_caller) in call_for_symbol_thunks_and_aliases() 2545 for (e = node->callers; e; e = e->next_caller) in set_nothrow_flag_1() [all …]
|
| D | ipa-inline-analysis.cc | 409 for (e = node->callers; e; e = e->next_caller) in do_estimate_growth_1() 493 for (cgraph_edge *e = node->callers; e; e = e->next_caller) in check_callers() 549 for (e = node->callers; e; e = e->next_caller) in growth_positive_p()
|
| D | ipa-visibility.cc | 769 if (node->callers in function_and_variable_visibility() 777 while (node->callers) in function_and_variable_visibility() 779 struct cgraph_edge *e = node->callers; in function_and_variable_visibility()
|
| D | cgraphclones.cc | 197 for (cs = node->callers; cs; cs = cs->next_caller) in duplicate_thunk_for_node() 288 for (e = callers; e;) in expand_all_artificial_thunks() 886 cgraph_edge::remove (callers); in remove_symbol_and_inline_clones() 911 for (e = new_version->callers; e; e = e->next_caller) in update_call_expr()
|
| D | cgraph.h | 879 : symtab_node (SYMTAB_FUNCTION), callees (NULL), callers (NULL), in cgraph_node() 1393 cgraph_edge *callers; member 3278 if (n->callers) in set_callee() 3279 n->callers->prev_caller = this; in set_callee() 3280 next_caller = n->callers; in set_callee() 3281 n->callers = this; in set_callee() 3308 callee->callers = next_caller; in remove_callee()
|
| D | ipa-utils.cc | 305 stack[stack_size].edge = node->callers; in ipa_reverse_postorder() 339 stack[stack_size].edge = node2->callers; in ipa_reverse_postorder()
|
| D | ipa-comdats.cc | 123 for (struct cgraph_edge * edge = cnode->callers; in propagate_comdat_group()
|
| D | ipa-sra.cc | 2891 for (cgraph_edge *cs = node->callers; cs; cs = cs->next_caller) in check_for_caller_issues() 3208 for (cs = node->callers; cs; cs = cs->next_caller) in propagate_used_to_scc_callers() 3587 for (cgraph_edge *cs = node->callers; cs; cs = cs->next_caller) in retval_used_p() 3682 for (cgraph_edge *cs = node->callers; cs; cs = cs->next_caller) in mark_callers_calls_comdat_local() 3768 auto_vec<cgraph_edge *> callers = node->collect_callers (); in process_isra_node_results() local 3770 = node->create_virtual_clone (callers, NULL, new_adjustments, "isra", in process_isra_node_results() 3783 callers.release (); in process_isra_node_results()
|
| D | ipa-icf.cc | 761 for (cgraph_edge *e = dyn_cast <cgraph_node *> (node)->callers; e; in update_hash_by_addr_refs() 969 cgraph_edge *e = n->callers; in redirect_all_callers() 3054 vec<sem_item *> *callers = m_references.get (&needle); in do_congruence_step_for_index() local 3055 if (callers == NULL) in do_congruence_step_for_index() 3058 for (unsigned int j = 0; j < callers->length (); j++) in do_congruence_step_for_index() 3060 sem_item *caller = (*callers)[j]; in do_congruence_step_for_index()
|
| D | ChangeLog.tree-ssa | 465 Update all callers. 612 all callers. 2007 (get_base_var): Rename from get_base_symbol. Update all callers. 2385 * expr.c (is_zeros_p): Remove. Change all callers to use 2714 avoid emitting duplicates. Update all callers. 3931 Remove argument. Update callers. 3950 (is_gimple_non_addressable_1): Remove. Update all callers. 4718 (find_func_aliases): Take one argument, update all callers. 5182 preserve EH region information. Update all callers. 5189 (STRIP_USELESS_TYPE_CONVERSION): Define. Update all callers to [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | ChangeLog-0815 | 422 Adjust all callers. 820 callers. Don't use STT_COMMON to check for common symbols. 1733 Rearrange params, update all callers. 1784 rather than a Stub_table. Update callers. 2394 parameter. Change all callers. 2402 parameter. Change all callers. 2629 (Gdb_index::add_symbol): Add flag_byte; adjust all callers. 2713 parameter. Return true for ELFv2. Adjust callers. 2790 tu_length parameter. Adjust all callers. 2892 reserved_size parm. Update callers. [all …]
|
| D | ChangeLog | 211 Adjust all callers. Look for .debug_rnglists section if DWARF 5. 227 callers. Insert missing "this->".
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2012 | 1503 (set_ignore_count, enable_breakpoint_disp): Adjust callers. 1662 frame_register_read. Update all callers. 1663 * i386-tdep.c: Update all callers of frame_register_read. 2151 create_debug_info_hash_table_reader. All callers updated. 2153 create_debug_info_hash_table. All callers updated. 2158 is_dwp. All callers updated. 2159 (open_dwop_file): Renamed from open_dwo_file. All callers updated. 2161 All callers updated. 2830 all callers. Just do a memcpy if not the little-endian case. 3557 (set_range_case): ... this. Update all callers. [all …]
|
| D | ChangeLog-2014 | 55 All callers updated. Handle symbols owned by arches. 86 All callers updated. Try to find the symbol as a primitive type. 87 (lookup_namespace_scope): New arg langdef. All callers updated. 98 All callers updated. 135 "search_scope_first". All callers updated. 141 arg "search". All callers updated. 219 language_lookup_primitive_type_by_name. All callers updated. 247 * symfile-debug.c (debug_objfile_name): ... from here. All callers 268 (restart_symtab): New arg "cust". All callers updated. 274 (end_symtab_without_blockvector): Delete. All callers updated. [all …]
|
| D | ChangeLog-2018 | 1459 * ada-lang.c (move_bits): Delete. Update all callers to use 1890 and update callers. 4612 Update all callers. 4633 to std::vector. Update all callers. 4637 callers. 4641 Update all callers. Use std::sort to sort sym_classes. 4653 `minsyms' parameter to std::vector. Update all callers. 4660 std::vector. Update all callers. 4661 (find_label_symbols): Return std::vector. Update all callers. 4672 std::vector. Update all callers. [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | eoverflow.m4 | 52 dnl don't define it as EINVAL, because snprintf() callers want to
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | ChangeLog-96 | 431 (process_prune_candidates): Update callers. 504 * tag.c (tag_fileproc), rtag.c (rtag_fileproc): Update callers. 508 Update callers. 519 * commit.c, edit.c, watch.c: Change callers. 529 Change all callers. 532 (send_files): Add build_dirs parameter. Change all callers. 1019 parameters. Change all callers. 1023 simple_tag. Change all callers. 1064 serving any useful purpose. Change all callers. 1068 all callers. [all …]
|
| D | ChangeLog-97 | 103 * update.c: Update callers. 141 callers. Move rejection handling to bottom of function. 335 wrapper.c: Update callers, either to do the sprintf themself or to 337 * rcscmds.c: Likewise for call_diff_setup and callers. 820 * commit.c (lock_RCS): Update callers; call 873 Update all callers to remove `all' parameter. 890 * modules.c (cat_module, admin_fileproc): Update all callers. 1084 two callers to simply concatenate their two arguments. 1323 (Classify_File): Change callers. 1561 zero for all other Create_Admin callers. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2009 | 1433 argument. Adjust all callers. Skip counting of default 2421 vec. Change all callers. 2425 callers. 2442 to vec. Change all callers. 2448 Change all callers. 2450 Change all callers. 2465 all callers. 2469 all callers. 2477 nargs parameter. Change all callers. 2482 Change all callers. [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/sh/ |
| D | ChangeLog-2021 | 847 of the trap instruction. Changed all callers. 913 (dumptable): Now takes three arguments. Changed all callers. 915 (filltable): Now takes an argument. Changed all callers. 982 (wwat_fast, rwat_fast): Add argument endianw. Changed callers. 987 Changed all callers. Use raise_exception. 988 (macw): Add argument endainw. Changed all callers. 1017 (swap, swap16): Now integer in - integer out. Changed all callers. 1229 Changed all callers. 1751 (sim_info): Delete printf_fn arg, all callers changed. 1755 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/ |
| D | ChangeLog.2001 | 651 `errno' (called system_error) to allow callers to make sure they 652 pass the current and relevant value. update callers 861 (*): update callers of krb5_km_error 872 type. this is not a large change in practice and allows callers 991 * kdc/misc.c (db_fetch): return an error code. change callers to 1005 returning an error code. fix all callers to check return value.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-partition.cc | 183 for (e = cnode->callers; e; e = e->next_caller) in add_symbol_to_partition_1() 619 for (edge = node->callers; edge; edge = edge->next_caller) in lto_balanced_map()
|