Home
last modified time | relevance | path

Searched refs:old_count (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-profile.cc241 unsigned old_count = old_sum->speculative_call_targets.length (); in duplicate() local
242 if (!old_count) in duplicate()
245 new_sum->speculative_call_targets.reserve_exact (old_count); in duplicate()
246 new_sum->speculative_call_targets.quick_grow_cleared (old_count); in duplicate()
248 for (unsigned i = 0; i < old_count; i++) in duplicate()
Dcgraphclones.cc377 profile_count old_count = count; in create_clone() local
443 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, new_node->count, old_count, in create_clone()
448 new_node->count, old_count, update_original); in create_clone()
Dlower-subreg.cc816 int old_count = num_validated_changes (); in resolve_reg_notes() local
820 if (old_count != num_validated_changes ()) in resolve_reg_notes()
Dbb-reorder.cc2001 unsigned old_count = EDGE_COUNT (cur_bb->succs); in fix_up_fall_thru_edges() local
2015 if (EDGE_COUNT (cur_bb->succs) > old_count) in fix_up_fall_thru_edges()
Dipa-inline.cc2210 profile_count old_count = callee->count; in inline_small_functions() local
2306 if (n != edge->callee && n->analyzed && !(n->count == old_count) in inline_small_functions()
/netbsd/src/sys/arch/xen/x86/
Dx86_xpmap.c614 xen_bootstrap_tables(vaddr_t old_pgd, vaddr_t new_pgd, size_t old_count, in xen_bootstrap_tables() argument
790 page < old_pgd + (old_count * PAGE_SIZE)) { in xen_bootstrap_tables()
920 while (page < old_pgd + (old_count * PAGE_SIZE) && page < map_end) { in xen_bootstrap_tables()
929 while (page < old_pgd + (old_count * PAGE_SIZE)) { in xen_bootstrap_tables()
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldcref.c114 static unsigned int old_count; variable
247 old_count = cref_table.root.count; in handle_asneeded_cref()
288 cref_table.root.count = old_count; in handle_asneeded_cref()
DChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dxtensaelf.em1518 size_t old_count, new_count;
1533 old_count = ld_count_children ((lang_statement_union_type*) w);
1564 ASSERT (old_count == (ct1 + ct2));
1609 ASSERT (new_count == old_count);
/netbsd/src/lib/libform/
Dinternals.c2058 unsigned int start, end, pos, status, old_count, size; in _formi_manipulate_field() local
2729 old_count = cur->row_count; in _formi_manipulate_field()
2734 if (old_count == 1) { in _formi_manipulate_field()
2753 if (old_count > 1) { in _formi_manipulate_field()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-spu.c4305 unsigned int old_count; in spu_elf_auto_overlay() local
4310 old_count = count; in spu_elf_auto_overlay()
4323 if (count != old_count) in spu_elf_auto_overlay()
Dvms-alpha.c4549 unsigned int old_count = module->file_table_count; in parse_module() local
4557 memset (module->file_table + old_count, 0, in parse_module()
Delflink.c4357 unsigned int old_count = 0; in elf_link_add_object_symbols() local
4863 old_count = htab->root.table.count; in elf_link_add_object_symbols()
5753 htab->root.table.count = old_count; in elf_link_add_object_symbols()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-spu.c4305 unsigned int old_count; in spu_elf_auto_overlay() local
4310 old_count = count; in spu_elf_auto_overlay()
4323 if (count != old_count) in spu_elf_auto_overlay()
Dvms-alpha.c4549 unsigned int old_count = module->file_table_count; in parse_module() local
4557 memset (module->file_table + old_count, 0, in parse_module()
Delflink.c4259 unsigned int old_count = 0; in elf_link_add_object_symbols() local
4749 old_count = htab->root.table.count; in elf_link_add_object_symbols()
5611 htab->root.table.count = old_count; in elf_link_add_object_symbols()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-xtensa.c11496 int old_count = 0; in xtensa_reorder_segments() local
11502 old_count++; in xtensa_reorder_segments()
11512 gas_assert (new_count == old_count); in xtensa_reorder_segments()