Home
last modified time | relevance | path

Searched refs:bitmap_bit_p (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dtree-stdarg.c262 && 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 Ddf-problems.c472 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 Dtree-into-ssa.c394 && ! 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 Dipa-type-escape.c393 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 Dsched-ebb.c450 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 Dtree-object-size.c344 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 Dtree-ssa-dse.c309 && 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 Dsched-deps.c293 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 Dtree-ssa-live.c597 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 Dtree-ssa-pre.c492 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()
1458 if (bitmap_bit_p (set->expressions, in bitmap_find_leader()
1529 if (!bitmap_bit_p (RVUSE_IN (block), SSA_NAME_VERSION (vuse)) in vuses_dies_in_block_x()
1530 || bitmap_bit_p (RVUSE_KILL (block), SSA_NAME_VERSION (vuse))) in vuses_dies_in_block_x()
1894 changed |= !bitmap_bit_p (vuse_names[ver], in compute_vuse_representatives()
[all …]
H A Dtree-ssa-alias.c1219 || bitmap_bit_p (ai->written_vars, DECL_UID (tag)); in compute_flow_insensitive_aliasing()
1221 || bitmap_bit_p (ai->written_vars, DECL_UID (var)); in compute_flow_insensitive_aliasing()
1699 if (!bitmap_bit_p (addressable_vars, DECL_UID (var)) in setup_pointers_and_addressables()
1719 if (bitmap_bit_p (addressable_vars, DECL_UID (sv->var))) in setup_pointers_and_addressables()
1747 if ((bitmap_bit_p (ai->dereferenced_ptrs_store, DECL_UID (var)) in setup_pointers_and_addressables()
1748 || bitmap_bit_p (ai->dereferenced_ptrs_load, DECL_UID (var)))) in setup_pointers_and_addressables()
1776 if (bitmap_bit_p (ai->dereferenced_ptrs_store, DECL_UID (var))) in setup_pointers_and_addressables()
H A Dtree-ssa.c250 && !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 Dtree-sra.c208 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 Dloop-invariant.c519 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 Dtree-if-conv.c1045 if (!bitmap_bit_p (*visited, e->src->index)) in pred_blocks_visited_p()
1086 if (!bitmap_bit_p (visited, bb->index)) in get_loop_body_in_if_conv_order()
H A Dtree-ssa-structalias.c890 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 Dipa-reference.c241 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 Dtree-outof-ssa.c1519 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 Drtl-factoring.c503 && !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 Dbitmap.h135 extern int bitmap_bit_p (bitmap, int);
H A Dtree-ssa-live.h268 return bitmap_bit_p (live->global, p); in partition_is_global()
H A Dpredict.c911 if (bitmap_bit_p (visited, SSA_NAME_VERSION (expr))) in expr_expected_value()
1577 bool visit = bitmap_bit_p (tovisit, e->src->index); in propagate_freq()
1607 gcc_assert (!bitmap_bit_p (tovisit, e->src->index) in propagate_freq()
H A Dddg.c238 if (bitmap_bit_p (bb_info->gen, r_use->ref->id)) in add_deps_for_def()
307 if (! bitmap_bit_p (bb_info->gen, first_def->id)) in add_deps_for_use()
H A Dcfgloop.c889 if (!bitmap_bit_p (visited, bb->index)) in get_loop_body_in_bfs_order()
900 if (!bitmap_bit_p (visited, e->dest->index)) in get_loop_body_in_bfs_order()
/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c3519 else if (bitmap_bit_p (&generic_head, DECL_UID (t)) in finish_omp_clauses()
3520 || bitmap_bit_p (&firstprivate_head, DECL_UID (t)) in finish_omp_clauses()
3521 || bitmap_bit_p (&lastprivate_head, DECL_UID (t))) in finish_omp_clauses()
3539 else if (bitmap_bit_p (&generic_head, DECL_UID (t)) in finish_omp_clauses()
3540 || bitmap_bit_p (&firstprivate_head, DECL_UID (t))) in finish_omp_clauses()
3558 else if (bitmap_bit_p (&generic_head, DECL_UID (t)) in finish_omp_clauses()
3559 || bitmap_bit_p (&lastprivate_head, DECL_UID (t))) in finish_omp_clauses()
3680 if (!bitmap_bit_p (&firstprivate_head, DECL_UID (t))) in finish_omp_clauses()

12