| /freebsd-12.1/contrib/gcc/ |
| H A D | df-problems.c | 627 bitmap_copy (bb_info->in, bb_info->gen); in df_ru_init_solution() 652 bitmap_copy (tmp, op2); in df_ru_confluence_n() 690 bitmap_copy (tmp, out); in df_ru_transfer_function() 1152 bitmap_copy (bb_info->out, bb_info->gen); in df_rd_init_solution() 1176 bitmap_copy (tmp, op2); in df_rd_confluence_n() 1214 bitmap_copy (tmp, in); in df_rd_transfer_function() 1629 bitmap_copy (bb_info->in, bb_info->use); in df_lr_init() 1645 bitmap_copy (op1, df->hardware_regs_used); in df_lr_confluence_0() 1965 bitmap_copy (bb_info->out, bb_info->gen); in df_ur_init() 2547 bitmap_copy (bb_info->out, bb_info->gen); in df_urec_init() [all …]
|
| H A D | bt-load.c | 1089 bitmap_copy (combined_live_range, def->live_range); in combine_btr_defs() 1129 bitmap_copy (def->live_range, combined_live_range); in combine_btr_defs() 1177 bitmap_copy (def->live_range, live_range); in move_btr_def() 1312 bitmap_copy (live_range, def->live_range); in migrate_btr_def() 1371 bitmap_copy(live_range, def->live_range); in migrate_btr_def()
|
| H A D | tree-ssanames.c | 277 bitmap_copy (new_ptr_info->pt_vars, ptr_info->pt_vars); in duplicate_ssa_name_ptr_info()
|
| H A D | ipa-type-escape.c | 1714 bitmap_copy (bitmap_tmp, global_types_seen); in type_escape_execute() 1726 bitmap_copy (bitmap_tmp, global_types_exposed_parameter); in type_escape_execute() 1735 bitmap_copy (bitmap_tmp, global_types_full_escape); in type_escape_execute()
|
| H A D | df-scan.c | 461 bitmap_copy (local_blocks_to_scan, blocks); in df_rescan_blocks() 474 bitmap_copy (blocks, local_blocks_to_scan); in df_rescan_blocks() 487 bitmap_copy (blocks_to_reset, local_blocks_to_scan); in df_rescan_blocks() 513 bitmap_copy (local_blocks_to_scan, df->blocks_to_analyze); in df_rescan_blocks()
|
| H A D | bitmap.c | 389 bitmap_copy (bitmap to, bitmap from) in bitmap_copy() function 649 bitmap_copy (dst, a); in bitmap_and() 992 bitmap_copy (a, b); in bitmap_compl_and_into()
|
| H A D | ipa-reference.c | 1114 bitmap_copy (node_g->statics_read, in static_execute() 1123 bitmap_copy (node_g->statics_written, in static_execute()
|
| H A D | tree-object-size.c | 395 bitmap_copy (reexamine, osi.reexamine); in compute_builtin_object_size() 413 bitmap_copy (reexamine, osi.reexamine); in compute_builtin_object_size()
|
| H A D | bitmap.h | 89 extern void bitmap_copy (bitmap, bitmap);
|
| H A D | global.c | 2091 bitmap_copy (bb_info->live_pavin, init); in allocate_bb_info() 2092 bitmap_copy (bb_info->live_pavout, init); in allocate_bb_info() 2381 bitmap_copy (bb_live_pavout, temp_bitmap); in calculate_reg_pav()
|
| H A D | tree-into-ssa.c | 993 bitmap_copy (phis, live_phis); in prune_unused_phi_nodes() 2779 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for() 2787 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for()
|
| H A D | tree-ssa-pre.c | 605 bitmap_copy (dest->expressions, orig->expressions); in bitmap_set_copy() 606 bitmap_copy (dest->values, orig->values); in bitmap_set_copy() 619 bitmap_copy (temp, dest->expressions); in bitmap_set_and() 640 bitmap_copy (temp, dest->expressions); in bitmap_set_and_compl()
|
| H A D | tree-nested.c | 1143 bitmap_copy (new_suppress, info->suppress_expansion); in convert_nonlocal_omp_clauses() 1429 bitmap_copy (new_suppress, info->suppress_expansion); in convert_local_omp_clauses()
|
| H A D | basic-block.h | 53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
|
| H A D | df-core.c | 457 bitmap_copy (df->blocks_to_analyze, blocks); in df_set_blocks()
|
| H A D | tree-ssa-dom.c | 2484 bitmap_copy (interesting_names1, interesting_names); in eliminate_degenerate_phis()
|
| H A D | tree-ssa-live.c | 1429 bitmap_copy (live, live_on_exit (liveinfo, bb)); in build_tree_conflict_graph()
|
| H A D | tree-ssa-structalias.c | 751 bitmap_copy (set, result); in solution_set_add() 769 bitmap_copy (tmp, from); in set_union_with_increment()
|
| H A D | tree-vrp.c | 342 bitmap_copy (vr->equiv, equiv); in set_value_range()
|
| H A D | ChangeLog-1998 | 16034 (bitmap_copy, bitmap_operation): Likewise.
|
| H A D | ChangeLog-2005 | 29496 * bitmap.c (bitmap_copy): Remove manual loop unrolling.
|
| H A D | ChangeLog-2002 | 17477 (bitmap_copy): Update for change to bitmap_element_allocate.
|
| H A D | ChangeLog-2004 | 5510 * bitmap.c (bitmap_element_zerop, bitmap_copy): Make iterator
|