| /openbsd-src/gnu/gcc/gcc/ |
| H A D | df-scan.c | 517 bitmap_set_bit (local_blocks_to_scan, bb->index); in df_rescan_blocks() 1706 bitmap_set_bit (artificial_uses_at_bottom, FRAME_POINTER_REGNUM); in df_bb_refs_record() 1708 bitmap_set_bit (artificial_uses_at_bottom, HARD_FRAME_POINTER_REGNUM); in df_bb_refs_record() 1713 bitmap_set_bit (artificial_uses_at_bottom, ARG_POINTER_REGNUM); in df_bb_refs_record() 1729 bitmap_set_bit (artificial_uses_at_bottom, FRAME_POINTER_REGNUM); in df_bb_refs_record() 1735 bitmap_set_bit (artificial_uses_at_bottom, ARG_POINTER_REGNUM); in df_bb_refs_record() 1742 bitmap_set_bit (artificial_uses_at_bottom, PIC_OFFSET_TABLE_REGNUM); in df_bb_refs_record() 1745 bitmap_set_bit (artificial_uses_at_bottom, STACK_POINTER_REGNUM); in df_bb_refs_record() 1801 bitmap_set_bit (set, regno); in df_mark_reg() 1806 bitmap_set_bit (set, regno + n); in df_mark_reg() [all …]
|
| H A D | df-problems.c | 257 bitmap_set_bit (ids, i); in df_ref_bitmap() 482 bitmap_set_bit (bb_info->sparse_kill, regno); in df_ru_bb_local_compute_process_def() 493 bitmap_set_bit (seen_in_insn, regno); in df_ru_bb_local_compute_process_def() 516 bitmap_set_bit (bb_info->gen, DF_REF_ID (use)); in df_ru_bb_local_compute_process_use() 603 bitmap_set_bit (sparse_invalidated, regno); in df_ru_local_compute() 1024 bitmap_set_bit (bb_info->sparse_kill, regno); in df_rd_bb_local_compute_process_def() 1038 bitmap_set_bit (seen_in_insn, regno); in df_rd_bb_local_compute_process_def() 1043 bitmap_set_bit (bb_info->gen, DF_REF_ID (def)); in df_rd_bb_local_compute_process_def() 1127 bitmap_set_bit (sparse_invalidated, regno); in df_rd_local_compute() 1467 bitmap_set_bit (bb_info->def, dregno); in df_lr_bb_local_compute() [all …]
|
| H A D | ipa-type-escape.c | 250 bitmap_set_bit (global_types_seen, TYPE_UID (type)); in discover_unique_type() 487 bitmap_set_bit (map, uid); in mark_type() 492 bitmap_set_bit (global_types_exposed_parameter, uid); in mark_type() 861 bitmap_set_bit (type_map, TYPE_UID (to_type)); in mark_interesting_addressof() 876 bitmap_set_bit (type_map, TYPE_UID (to_type)); in mark_interesting_addressof() 1270 bitmap_set_bit (results_of_malloc, DECL_UID (lhs)); in scan_for_refs() 1459 bitmap_set_bit (been_there_done_that, uid); in close_type_seen() 1470 bitmap_set_bit (subtype_map, uid); in close_type_seen() 1509 bitmap_set_bit (been_there_done_that, uid); in close_type_exposed_parameter() 1564 bitmap_set_bit (been_there_done_that, uid); in close_type_full_escape() [all …]
|
| H A D | tree-into-ssa.c | 398 bitmap_set_bit (livein, pred_index); in compute_global_livein() 442 bitmap_set_bit (blocks_to_update, bb->index); in mark_block_for_update() 487 bitmap_set_bit (db_p->def_blocks, bb->index); in set_def_block() 489 bitmap_set_bit (db_p->phi_blocks, bb->index); in set_def_block() 521 bitmap_set_bit (db_p->livein_blocks, bb->index); in set_livein_block() 635 bitmap_set_bit (mp->set, SSA_NAME_VERSION (old)); in add_to_repl_tbl() 681 bitmap_set_bit (update_ssa_stats.virtual_symbols, uid); in add_new_name_mapping() 772 bitmap_set_bit (kills, DECL_UID (def)); in mark_def_sites() 972 bitmap_set_bit (live_phis, p); in prune_unused_phi_nodes() 987 bitmap_set_bit (uses, u); in prune_unused_phi_nodes() [all …]
|
| H A D | loop-invariant.c | 517 bitmap_set_bit (always_reached, i); in compute_always_reached() 549 bitmap_set_bit (may_exit, i); in find_exits() 559 bitmap_set_bit (may_exit, i); in find_exits() 560 bitmap_set_bit (has_exit, i); in find_exits() 576 bitmap_set_bit (may_exit, i); in find_exits() 581 bitmap_set_bit (may_exit, i); in find_exits() 582 bitmap_set_bit (has_exit, i); in find_exits() 617 bitmap_set_bit (blocks, body[i]->index); in find_defs() 727 bitmap_set_bit (depends_on, def_data->invno); in check_dependencies()
|
| H A D | sched-deps.c | 457 bitmap_set_bit (&true_dependency_cache in add_or_update_back_dep_1() 460 bitmap_set_bit (&output_dependency_cache in add_or_update_back_dep_1() 463 bitmap_set_bit (&anti_dependency_cache in add_or_update_back_dep_1() 469 bitmap_set_bit (&true_dependency_cache in add_or_update_back_dep_1() 472 bitmap_set_bit (&output_dependency_cache in add_or_update_back_dep_1() 475 bitmap_set_bit (&anti_dependency_cache in add_or_update_back_dep_1() 536 bitmap_set_bit (&true_dependency_cache[INSN_LUID (insn)], in add_back_dep() 539 bitmap_set_bit (&output_dependency_cache[INSN_LUID (insn)], in add_back_dep() 542 bitmap_set_bit (&anti_dependency_cache[INSN_LUID (insn)], in add_back_dep() 548 bitmap_set_bit (&true_dependency_cache[INSN_LUID (insn)], in add_back_dep() [all …]
|
| H A D | tree-object-size.c | 432 bitmap_set_bit (computed[object_size_type], i); in compute_builtin_object_size() 659 bitmap_set_bit (osi->visited, varno); in collect_object_sizes_for() 667 bitmap_set_bit (osi->reexamine, varno); in collect_object_sizes_for() 763 bitmap_set_bit (computed[object_size_type], varno); in collect_object_sizes_for() 768 bitmap_set_bit (osi->reexamine, varno); in collect_object_sizes_for() 800 bitmap_set_bit (computed[osi->object_size_type], *sp); in check_for_plus_in_loops_1()
|
| H A D | ipa-reference.c | 245 bitmap_set_bit (all_module_statics, uid); in add_static_var() 295 bitmap_set_bit (local->statics_written, DECL_UID (t)); in check_operand() 298 bitmap_set_bit (module_statics_written, DECL_UID (t)); in check_operand() 301 bitmap_set_bit (local->statics_read, DECL_UID (t)); in check_operand() 348 bitmap_set_bit (module_statics_escape, DECL_UID (x)); in look_for_address_of() 991 bitmap_set_bit (module_statics_const, index); in static_execute()
|
| H A D | tree-ssa-loop-manip.c | 167 bitmap_set_bit (livein, def_bb->index); in add_exit_phis_var() 170 bitmap_set_bit (def, def_bb->index); in add_exit_phis_var() 212 bitmap_set_bit (exits, bb->index); in get_loops_exits() 251 bitmap_set_bit (use_blocks[ver], bb->index); in find_uses_to_rename_use() 253 bitmap_set_bit (need_phis, ver); in find_uses_to_rename_use()
|
| H A D | tree-ssa.c | 392 bitmap_set_bit (visited, DECL_UID (alias)); in verify_flow_insensitive_alias_info() 552 bitmap_set_bit (type_aliases, DECL_UID (alias)); in verify_name_tags() 557 bitmap_set_bit (type_aliases, DECL_UID (smt)); in verify_name_tags() 735 bitmap_set_bit (names_defined_in_bb, in verify_ssa() 783 bitmap_set_bit (names_defined_in_bb, SSA_NAME_VERSION (op)); in verify_ssa()
|
| H A D | tree-ssa-live.c | 460 bitmap_set_bit (used_in_real_ops, DECL_UID (SSA_NAME_VAR (use))); in create_ssa_var_map() 469 bitmap_set_bit (used_in_real_ops, DECL_UID (SSA_NAME_VAR (dest))); in create_ssa_var_map() 478 bitmap_set_bit (used_in_virtual_ops, in create_ssa_var_map() 599 bitmap_set_bit (live->livein[i], e->src->index); in live_worklist() 614 bitmap_set_bit (vec, p); in set_if_valid() 630 bitmap_set_bit (live->livein[p], bb->index); in add_livein_if_notdef() 631 bitmap_set_bit (live->global, p); in add_livein_if_notdef() 853 bitmap_set_bit (on_exit[e->src->index], i); in calculate_live_on_exit() 1473 bitmap_set_bit (live, p2); in build_tree_conflict_graph()
|
| H A D | tree-ssa-dse.c | 132 bitmap_set_bit (*local, uid); in record_voperand_set() 133 bitmap_set_bit (global, uid); in record_voperand_set()
|
| H A D | sched-ebb.c | 613 bitmap_set_bit (&ebb_head, BLOCK_NUM (head)); in schedule_ebbs() 615 bitmap_set_bit (&ebb_tail, bb->index); in schedule_ebbs() 708 bitmap_set_bit (&dont_calc_deps, bb->index); in add_block1()
|
| H A D | tree-ssa-structalias.c | 741 bitmap_set_bit (result, i); in solution_set_add() 747 bitmap_set_bit (result, i); in solution_set_add() 893 bitmap_set_bit (graph->implicit_preds[to], from); in add_implicit_graph_edge() 908 bitmap_set_bit (graph->preds[to], from); in add_pred_graph_edge() 934 bitmap_set_bit (graph->succs[from], to); in add_graph_edge() 1078 bitmap_set_bit (get_varinfo (lhsvar)->solution, rhsvar); in build_succ_graph() 1167 bitmap_set_bit (scc, n); in scc_visit() 1174 bitmap_set_bit (scc, w); in scc_visit() 1371 bitmap_set_bit (sol, rhs); in do_da_constraint() 1402 bitmap_set_bit (sol, anything_id); in do_sd_constraint() [all …]
|
| H A D | tree-sra.c | 289 bitmap_set_bit (sra_type_decomp_cache, cache+0); in sra_type_can_be_decomposed_p() 293 bitmap_set_bit (sra_type_decomp_cache, cache+1); in sra_type_can_be_decomposed_p() 373 bitmap_set_bit (sra_type_inst_cache, cache+1); in type_can_instantiate_all_elements() 378 bitmap_set_bit (sra_type_inst_cache, cache+0); in type_can_instantiate_all_elements() 576 bitmap_set_bit (needs_copy_in, DECL_UID (child)); in lookup_element() 1018 bitmap_set_bit (sra_candidates, DECL_UID (var)); in find_candidates_for_sra() 1530 bitmap_set_bit (&done_head, i); in decide_instantiations()
|
| H A D | tree-stdarg.c | 398 bitmap_set_bit (si->va_list_escape_vars, in va_list_ptr_read() 497 bitmap_set_bit (si->va_list_escape_vars, in check_va_list_escapes() 694 bitmap_set_bit (si.va_list_vars, DECL_UID (ap)); in execute_optimize_stdarg()
|
| H A D | tree-ssa-live.h | 322 bitmap_set_bit (live->livein[p], bb->index); in make_live_on_entry() 323 bitmap_set_bit (live->global, p); in make_live_on_entry()
|
| H A D | tree-ssa-pre.c | 521 bitmap_set_bit (set->values, VALUE_HANDLE_ID (v)); in value_insert_into_set_bitmap() 563 bitmap_set_bit (set->values, VALUE_HANDLE_ID (val)); in bitmap_insert_into_set() 564 bitmap_set_bit (set->expressions, SSA_NAME_VERSION (expr)); in bitmap_insert_into_set() 777 bitmap_set_bit (set->expressions, SSA_NAME_VERSION (expr)); in bitmap_set_replace_value() 1863 bitmap_set_bit (vuse_names[ver], ver); in compute_vuse_representatives() 1880 bitmap_set_bit (vuse_names[ver], in compute_vuse_representatives() 1961 bitmap_set_bit (RVUSE_OUT (ENTRY_BLOCK_PTR), in compute_rvuse_and_antic_safe() 2002 bitmap_set_bit (RVUSE_KILL (bb), SSA_NAME_VERSION (use)); in compute_rvuse_and_antic_safe() 2009 bitmap_set_bit (RVUSE_GEN (bb), SSA_NAME_VERSION (def)); in compute_rvuse_and_antic_safe() 2029 bitmap_set_bit (RVUSE_GEN (e->src), SSA_NAME_VERSION (def)); in compute_rvuse_and_antic_safe() [all …]
|
| /openbsd-src/regress/usr.bin/ssh/unittests/bitmap/ |
| H A D | tests.c | 49 ASSERT_INT_EQ(bitmap_set_bit(b, i), 0); in tests() 53 ASSERT_INT_EQ(bitmap_set_bit(b, j), 0); in tests() 57 ASSERT_INT_EQ(bitmap_set_bit(b, k), 0); in tests() 104 ASSERT_INT_EQ(bitmap_set_bit(b, n), 0); in tests()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ra.c | 591 bitmap_set_bit (empty_defs, ui); 594 bitmap_set_bit (empty_uses, ui); 608 bitmap_set_bit (b, DF_REF_ID (link->ref)); 616 bitmap_set_bit (b, DF_REF_ID (link->ref)); 628 bitmap_set_bit (b, DF_REF_ID (link->ref)); 636 bitmap_set_bit (b, DF_REF_ID (link->ref));
|
| H A D | ra-rewrite.c | 442 bitmap_set_bit (b, INSN_UID (insn)); 488 bitmap_set_bit (b, INSN_UID (insn)); 523 bitmap_set_bit (new_deaths, INSN_UID (PREV_INSN (following))); 716 bitmap_set_bit (new_deaths, INSN_UID (PREV_INSN (following))); 1065 bitmap_set_bit (ri->scratch, j); 1151 bitmap_set_bit (ri.need_reload, web->id); 1190 bitmap_set_bit (ri.scratch, j); 1234 bitmap_set_bit (useless_defs, DF_REF_ID (ref)); 1300 bitmap_set_bit (new_deaths, INSN_UID (insn)); 1360 bitmap_set_bit (ri.need_reload, web->id); [all …]
|
| H A D | ra-build.c | 764 bitmap_set_bit (undef_to_bitmap (wp, &undef), 836 bitmap_set_bit (undef_to_bitmap (wp, &undef), 915 bitmap_set_bit (live_at_end[e->src->index], DF_REF_ID (use->wp->ref)); 930 bitmap_set_bit (info_pred->live_throughout, 1036 bitmap_set_bit (mentioned, in update_regnos_mentioned() 1042 bitmap_set_bit (mentioned, DF_REF_REGNO (link->ref)); in update_regnos_mentioned() 1079 bitmap_set_bit (all_defs, DF_REF_ID (info.defs[n])); 1659 bitmap_set_bit (p1->useless_conflicts, p2->id); 1660 bitmap_set_bit (p2->useless_conflicts, p1->id); 2125 bitmap_set_bit (newwebs, web->id); in reset_conflicts() [all …]
|
| H A D | df.c | 559 bitmap_set_bit (df->all_blocks, bb->index); 1519 bitmap_set_bit (ru, DF_REF_ID (use)); 1701 bitmap_set_bit (bb_info->rd_kill, DF_REF_ID (def2)); 1707 bitmap_set_bit (bb_info->rd_gen, DF_REF_ID (def)); 1769 bitmap_set_bit (bb_info->ru_kill, DF_REF_ID (use)); 1780 bitmap_set_bit (bb_info->ru_gen, DF_REF_ID (use)); 1827 bitmap_set_bit (bb_info->lr_def, dregno); 1836 bitmap_set_bit (bb_info->lr_use, DF_REF_REGNO (use)); 1898 bitmap_set_bit (live, uregno); 2494 bitmap_set_bit (df->bbs_modified, bb->index); [all …]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | bitmap.h | 40 int bitmap_set_bit(struct bitmap *b, u_int n);
|
| H A D | bitmap.c | 99 bitmap_set_bit(struct bitmap *b, u_int n) in bitmap_set_bit() function
|