/openbsd/gnu/gcc/gcc/ |
H A D | tree-stdarg.c | 262 && bitmap_bit_p (va_list_vars, DECL_UID (var))) in find_va_list_reference() 340 || bitmap_bit_p (si->va_list_vars, DECL_UID (SSA_NAME_VAR (var)))) in va_list_counter_struct_op() 345 || !bitmap_bit_p (si->va_list_vars, DECL_UID (base))) in va_list_counter_struct_op() 364 || !bitmap_bit_p (si->va_list_vars, DECL_UID (ap))) in va_list_ptr_read() 368 || bitmap_bit_p (si->va_list_vars, in va_list_ptr_read() 416 || !bitmap_bit_p (si->va_list_vars, DECL_UID (ap))) in va_list_ptr_write() 420 || bitmap_bit_p (si->va_list_vars, DECL_UID (SSA_NAME_VAR (tem2)))) in va_list_ptr_write() 457 || ! bitmap_bit_p (si->va_list_escape_vars, in check_va_list_escapes() 521 if (! bitmap_bit_p (si->va_list_escape_vars, in check_all_va_list_escapes() 567 && bitmap_bit_p (si->va_list_escape_vars, in check_all_va_list_escapes() [all …]
|
H A D | df-problems.c | 472 if (!bitmap_bit_p (seen_in_block, regno)) in df_ru_bb_local_compute_process_def() 515 if (!bitmap_bit_p (seen_in_block, regno)) in df_ru_bb_local_compute_process_use() 1881 if (!bitmap_bit_p (seen_in_block, regno)) in df_ur_bb_local_compute() 1923 if (!bitmap_bit_p (seen_in_block, regno)) in df_ur_bb_local_compute() 2411 || bitmap_bit_p (bb_info->gen, regno)) in df_urec_mark_reg_use_for_earlyclobber() 3274 if ((bitmap_bit_p (live, regno)) in df_set_unused_notes_for_mw() 3308 if ((!bitmap_bit_p (live, regno)) in df_set_unused_notes_for_mw() 3346 if ((bitmap_bit_p (live, regno)) in df_set_dead_notes_for_mw() 3389 if ((!bitmap_bit_p (live, regno)) in df_set_dead_notes_for_mw() 3426 if (bitmap_bit_p (live, dregno)) in df_create_unused_note() [all …]
|
H A D | tree-into-ssa.c | 394 && ! bitmap_bit_p (livein, pred_index) in compute_global_livein() 395 && ! bitmap_bit_p (def_blocks, pred_index)) in compute_global_livein() 440 if (bitmap_bit_p (blocks_to_update, bb->index)) in mark_block_for_update() 549 return bitmap_bit_p (syms_to_rename, DECL_UID (sym)); in symbol_marked_for_renaming() 747 if (!bitmap_bit_p (kills, DECL_UID (sym))) in mark_def_sites() 956 if (bitmap_bit_p (phis, b)) in prune_unused_phi_nodes() 963 if (!bitmap_bit_p (phis, p)) in prune_unused_phi_nodes() 968 if (bitmap_bit_p (live_phis, p)) in prune_unused_phi_nodes() 977 if (bitmap_bit_p (uses, u)) in prune_unused_phi_nodes() 984 if (bitmap_bit_p (kills, u)) in prune_unused_phi_nodes() [all …]
|
H A D | ipa-type-escape.c | 393 return !bitmap_bit_p (global_types_full_escape, in ipa_type_escape_type_contained_p() 451 return !bitmap_bit_p (field_type_map, uid); in ipa_type_escape_field_does_not_clobber_p() 483 if (bitmap_bit_p (map, uid)) in mark_type() 694 if (DECL_P (from) && !bitmap_bit_p (results_of_malloc, DECL_UID (from))) in check_cast() 1457 if (bitmap_bit_p (been_there_done_that, uid)) in close_type_seen() 1507 if (bitmap_bit_p (been_there_done_that, uid)) in close_type_exposed_parameter() 1562 if (bitmap_bit_p (been_there_done_that, uid)) in close_type_full_escape() 1640 if (bitmap_bit_p (been_there_done_that, uid)) in close_addressof_down() 1646 if (bitmap_bit_p (global_types_full_escape, uid)) in close_addressof_down() 1785 if (bitmap_bit_p (global_types_full_escape, i)) in type_escape_execute()
|
H A D | sched-ebb.c | 450 if (!bitmap_bit_p (&dont_calc_deps, first_bb->index)) in schedule_ebb() 647 if (!bitmap_bit_p (&ebb_head, bbi) in schedule_ebbs() 648 || !bitmap_bit_p (&ebb_tail, bbi) in schedule_ebbs() 771 return bitmap_bit_p (&ebb_head, bb->index); in ebb_head_or_leaf_p() 773 return bitmap_bit_p (&ebb_tail, bb->index); in ebb_head_or_leaf_p()
|
H A D | tree-object-size.c | 344 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr))) in compute_builtin_object_size() 397 if (bitmap_bit_p (osi.reexamine, i)) in compute_builtin_object_size() 415 if (bitmap_bit_p (osi.reexamine, i)) in compute_builtin_object_size() 547 return bitmap_bit_p (osi->reexamine, SSA_NAME_VERSION (orig)); in merge_object_sizes() 652 if (bitmap_bit_p (computed[object_size_type], varno)) in collect_object_sizes_for() 657 if (! bitmap_bit_p (osi->visited, varno)) in collect_object_sizes_for() 808 else if (! bitmap_bit_p (osi->reexamine, varno)) in check_for_plus_in_loops_1()
|
H A D | tree-ssa-dse.c | 309 && bitmap_bit_p (dse_gd->stores, get_stmt_uid (use_stmt))) in dse_optimize_stmt() 330 && bitmap_bit_p (dse_gd->stores, get_stmt_uid (use_stmt)) in dse_optimize_stmt()
|
H A D | sched-deps.c | 293 if (bitmap_bit_p (&true_dependency_cache[INSN_LUID (insn)], in add_or_update_back_dep_1() 296 else if (bitmap_bit_p (&output_dependency_cache[INSN_LUID (insn)], in add_or_update_back_dep_1() 299 else if (bitmap_bit_p (&anti_dependency_cache[INSN_LUID (insn)], in add_or_update_back_dep_1() 317 if (bitmap_bit_p (&true_dependency_cache[INSN_LUID (insn)], in add_or_update_back_dep_1() 320 if (bitmap_bit_p (&output_dependency_cache[INSN_LUID (insn)], in add_or_update_back_dep_1() 323 if (bitmap_bit_p (&anti_dependency_cache[INSN_LUID (insn)], in add_or_update_back_dep_1() 330 || !bitmap_bit_p (&spec_dependency_cache[INSN_LUID (insn)], in add_or_update_back_dep_1() 1649 gcc_assert (!bitmap_bit_p (&forward_dependency_cache[INSN_LUID (from)], in add_forw_dep()
|
H A D | tree-ssa-live.c | 597 if (!bitmap_bit_p (live->livein[i], e->src->index)) in live_worklist() 628 if (!bitmap_bit_p (def_vec, p)) in add_livein_if_notdef() 741 if (bitmap_bit_p (live_entry_blocks (live, i), entry_block)) in calculate_live_on_entry() 1385 if (bitmap_bit_p (vec, y)) in add_conflicts_if_valid() 1466 bit = bitmap_bit_p (live, p2); in build_tree_conflict_graph() 1507 if (p != NO_PARTITION && ! bitmap_bit_p (live, p)) in build_tree_conflict_graph() 1870 if (bitmap_bit_p (live_entry_blocks (live, i), bb->index)) in dump_live_info()
|
H A D | tree-ssa-pre.c | 492 return bitmap_bit_p (set->values, VALUE_HANDLE_ID (v)); in value_exists_in_set_bitmap() 624 if (!bitmap_bit_p (dest->values, VALUE_HANDLE_ID (val))) in bitmap_set_and() 645 if (!bitmap_bit_p (dest->values, VALUE_HANDLE_ID (val))) in bitmap_set_and_compl() 734 return bitmap_bit_p (set->expressions, SSA_NAME_VERSION (expr)); in bitmap_set_contains() 745 return bitmap_bit_p (set->values, VALUE_HANDLE_ID (val)); in bitmap_set_contains_value() 774 if (bitmap_bit_p (set->expressions, SSA_NAME_VERSION (node->expr))) in bitmap_set_replace_value() 1441 if (bitmap_bit_p (set->expressions, in bitmap_find_leader() 1512 if (!bitmap_bit_p (RVUSE_IN (block), SSA_NAME_VERSION (vuse)) in vuses_dies_in_block_x() 1513 || bitmap_bit_p (RVUSE_KILL (block), SSA_NAME_VERSION (vuse))) in vuses_dies_in_block_x() 1877 changed |= !bitmap_bit_p (vuse_names[ver], in compute_vuse_representatives() [all …]
|
H A D | tree-ssa-alias.c | 1216 || bitmap_bit_p (ai->written_vars, DECL_UID (tag)); in compute_flow_insensitive_aliasing() 1218 || bitmap_bit_p (ai->written_vars, DECL_UID (var)); in compute_flow_insensitive_aliasing() 1696 if (!bitmap_bit_p (addressable_vars, DECL_UID (var)) in setup_pointers_and_addressables() 1716 if (bitmap_bit_p (addressable_vars, DECL_UID (sv->var))) in setup_pointers_and_addressables() 1744 if ((bitmap_bit_p (ai->dereferenced_ptrs_store, DECL_UID (var)) in setup_pointers_and_addressables() 1745 || bitmap_bit_p (ai->dereferenced_ptrs_load, DECL_UID (var)))) in setup_pointers_and_addressables() 1773 if (bitmap_bit_p (ai->dereferenced_ptrs_store, DECL_UID (var))) in setup_pointers_and_addressables()
|
H A D | tree-ssa.c | 250 && !bitmap_bit_p (names_defined_in_bb, SSA_NAME_VERSION (ssa_name))) in verify_use() 410 && !bitmap_bit_p (visited, DECL_UID (var))) in verify_flow_insensitive_alias_info() 643 && !bitmap_bit_p (call_clobbered_vars, DECL_UID (var))) in verify_call_clobbering()
|
H A D | tree-sra.c | 208 return DECL_P (decl) && bitmap_bit_p (sra_candidates, DECL_UID (decl)); in is_sra_candidate_decl() 236 if (bitmap_bit_p (sra_type_decomp_cache, cache+0)) in sra_type_can_be_decomposed_p() 238 if (bitmap_bit_p (sra_type_decomp_cache, cache+1)) in sra_type_can_be_decomposed_p() 363 if (bitmap_bit_p (sra_type_inst_cache, cache+0)) in type_can_instantiate_all_elements() 365 if (bitmap_bit_p (sra_type_inst_cache, cache+1)) in type_can_instantiate_all_elements()
|
H A D | loop-invariant.c | 519 if (bitmap_bit_p (may_exit, i)) in compute_always_reached() 866 bitmap_bit_p (always_reached, i), in find_invariants_body() 867 bitmap_bit_p (always_executed, i)); in find_invariants_body()
|
H A D | tree-if-conv.c | 1043 if (!bitmap_bit_p (*visited, e->src->index)) in pred_blocks_visited_p() 1084 if (!bitmap_bit_p (visited, bb->index)) in get_loop_body_in_if_conv_order()
|
H A D | tree-ssa-structalias.c | 890 if (!bitmap_bit_p (graph->implicit_preds[to], from)) in add_implicit_graph_edge() 907 if (!bitmap_bit_p (graph->preds[to], from)) in add_pred_graph_edge() 929 if (!bitmap_bit_p (graph->succs[from], to)) in add_graph_edge() 948 && bitmap_bit_p (graph->succs[dest], src)); in valid_graph_edge() 1369 if (!bitmap_bit_p (sol, rhs)) in do_da_constraint() 1398 if (bitmap_bit_p (delta, anything_id)) in do_sd_constraint() 1400 flag = !bitmap_bit_p (sol, anything_id); in do_sd_constraint() 1457 if (bitmap_bit_p (sol, anything_id)) in do_ds_constraint() 1472 if (!bitmap_bit_p (get_varinfo (t)->solution, anything_id)) in do_ds_constraint()
|
H A D | ipa-reference.c | 241 if (!bitmap_bit_p (all_module_statics, uid)) in add_static_var() 274 if (!bitmap_bit_p (all_module_statics, DECL_UID (t))) in has_proper_scope_for_analysis()
|
H A D | tree-outof-ssa.c | 1519 if (bitmap_bit_p (tab->replaceable, i)) in add_dependence() 1662 gcc_assert (!bitmap_bit_p (tab->replaceable, version)); in finish_expr() 1756 if (bitmap_bit_p (vars, DECL_UID (SSA_NAME_VAR (def)))) in find_replaceable_in_bb() 2215 if (bitmap_bit_p (leader_has_match, x)) in analyze_edges_for_bb()
|
H A D | rtl-factoring.c | 503 && !bitmap_bit_p (&stack_reg_live, INSN_UID (e0->insn)) in collect_pattern_seqs() 504 && !bitmap_bit_p (&stack_reg_live, INSN_UID (e1->insn)) in collect_pattern_seqs()
|
H A D | bitmap.h | 135 extern int bitmap_bit_p (bitmap, int);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ra.c | 604 if (!link->ref || bitmap_bit_p (empty_defs, DF_REF_ID (link->ref)) 605 || bitmap_bit_p (b, DF_REF_ID (link->ref))) 612 if (!link->ref || bitmap_bit_p (empty_uses, DF_REF_ID (link->ref)) 613 || bitmap_bit_p (b, DF_REF_ID (link->ref))) 624 if (!link->ref || bitmap_bit_p (empty_defs, DF_REF_ID (link->ref)) 625 || bitmap_bit_p (b, DF_REF_ID (link->ref))) 632 if (!link->ref || bitmap_bit_p (empty_uses, DF_REF_ID (link->ref)) 633 || bitmap_bit_p (b, DF_REF_ID (link->ref)))
|
H A D | ra-rewrite.c | 440 if (bitmap_bit_p (b, INSN_UID (insn))) 486 if (bitmap_bit_p (b, INSN_UID (insn))) 1237 if (bitmap_bit_p (ri.need_reload, web->id)) 1251 && bitmap_bit_p (ri.need_reload, supweb->id)) 1266 if (bitmap_bit_p (ri.need_reload, sweb->id)) 1358 else if (!bitmap_bit_p (ri.need_reload, web->id)) 1913 && bitmap_bit_p (regnos_coalesced_to_hardregs, in remove_suspicious_death_notes()
|
H A D | df.c | 1505 if (bitmap_bit_p (ru, DF_REF_ID (use))) 1599 if (bitmap_bit_p (bb_info->rd_in, DF_REF_ID (def))) 2257 if (bitmap_bit_p (df->insns_modified, uid)) 2311 if (bitmap_bit_p (df->bbs_modified, bb->index) 2312 && (! blocks || (blocks == (bitmap) -1) || bitmap_bit_p (blocks, bb->index))) 2638 if (bitmap_bit_p (blocks, DF_REF_BBNO (ref))) 2977 if (bitmap_bit_p (blocks, DF_REF_BBNO (use))) 3008 if (bitmap_bit_p (blocks, DF_REF_BBNO (def)) 3070 return bitmap_bit_p (bb_info->lr_in, REGNO (reg)); 3088 return bitmap_bit_p (bb_info->lr_out, REGNO (reg));
|
H A D | bitmap.h | 104 extern int bitmap_bit_p PARAMS ((bitmap, int));
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 3353 else if (bitmap_bit_p (&generic_head, DECL_UID (t)) in finish_omp_clauses() 3354 || bitmap_bit_p (&firstprivate_head, DECL_UID (t)) in finish_omp_clauses() 3355 || bitmap_bit_p (&lastprivate_head, DECL_UID (t))) in finish_omp_clauses() 3373 else if (bitmap_bit_p (&generic_head, DECL_UID (t)) in finish_omp_clauses() 3374 || bitmap_bit_p (&firstprivate_head, DECL_UID (t))) in finish_omp_clauses() 3392 else if (bitmap_bit_p (&generic_head, DECL_UID (t)) in finish_omp_clauses() 3393 || bitmap_bit_p (&lastprivate_head, DECL_UID (t))) in finish_omp_clauses() 3514 if (!bitmap_bit_p (&firstprivate_head, DECL_UID (t))) in finish_omp_clauses()
|