Home
last modified time | relevance | path

Searched refs:bitmap_empty_p (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dshrink-wrap.c411 if (debug->used && !bitmap_empty_p (debug->used)) in move_insn_for_shrink_wrap()
1062 if (bitmap_empty_p (components)) in dump_components()
1342 if (!bitmap_empty_p (SW (bb)->tail_components)) in spread_components()
1439 if (!bitmap_empty_p (epi)) in disqualify_problematic_components()
1442 if (!bitmap_empty_p (pro)) in disqualify_problematic_components()
1535 if (dump_file && !(bitmap_empty_p (epi) && bitmap_empty_p (pro))) in emit_common_heads_for_components()
1538 if (dump_file && !bitmap_empty_p (epi)) in emit_common_heads_for_components()
1540 if (dump_file && !bitmap_empty_p (pro)) in emit_common_heads_for_components()
1543 if (dump_file && !(bitmap_empty_p (epi) && bitmap_empty_p (pro))) in emit_common_heads_for_components()
1547 if (!bitmap_empty_p (pro)) in emit_common_heads_for_components()
[all …]
H A Dearly-remat.c549 return !b || bitmap_empty_p (b); in empty_p()
580 gcc_checking_assert (bitmap_empty_p (*ptr)); in init_temp_bitmap()
987 if (!bitmap_empty_p (&m_tmp_bitmap) && bad) in collect_candidates()
1354 while (!bitmap_empty_p (&uses)) in check_candidate_uses()
1810 while (!bitmap_empty_p (required) || !bitmap_empty_p (&via_copy)) in emit_remat_insns()
1813 unsigned int required_index = (bitmap_empty_p (required) in emit_remat_insns()
1815 unsigned int via_copy_index = (bitmap_empty_p (&via_copy) in emit_remat_insns()
1987 gcc_checking_assert (!bitmap_empty_p (&m_tmp_bitmap)); in process_block()
2351 while (!bitmap_empty_p (&remaining)) in compute_minimum_move_set()
2399 if (bitmap_empty_p (&m_tmp_bitmap)) in move_to_predecessors()
[all …]
H A Dtree-ssa-ter.c305 if (bitmap_empty_p (tab->kill_list[p])) in remove_from_partition_kill_list()
328 if (!bitmap_empty_p (tab->new_replaceable_dependencies)) in add_dependence()
608 if (!bitmap_empty_p (vars)) in find_replaceable_in_bb()
731 gcc_checking_assert (bitmap_empty_p (table->partition_in_use)); in find_replaceable_exprs()
782 && !bitmap_empty_p (t->partition_dependencies[x])) in debug_ter()
H A Dbitmap.c1109 if (bitmap_empty_p (a)) in bitmap_single_bit_set_p()
1416 changed = !bitmap_empty_p (dst); in bitmap_and_compl()
1528 if (bitmap_empty_p (a)) in bitmap_and_compl_into()
1825 if (bitmap_empty_p (a)) in bitmap_compl_and_into()
1830 if (bitmap_empty_p (b)) in bitmap_compl_and_into()
2330 if (b == kill || bitmap_empty_p (b)) in bitmap_ior_and_compl()
2337 if (bitmap_empty_p (kill)) in bitmap_ior_and_compl()
2339 if (bitmap_empty_p (a)) in bitmap_ior_and_compl()
2437 if (bitmap_empty_p (c)) in bitmap_ior_and_compl_into()
2439 else if (bitmap_empty_p (a)) in bitmap_ior_and_compl_into()
[all …]
H A Dtree-ssa-propagate.c765 int next_block_order = (bitmap_empty_p (cfg_blocks) in ssa_propagate()
767 int next_stmt_uid = (bitmap_empty_p (ssa_edge_worklist) in ssa_propagate()
771 if (bitmap_empty_p (cfg_blocks_back) in ssa_propagate()
772 && bitmap_empty_p (ssa_edge_worklist_back)) in ssa_propagate()
1225 if (!bitmap_empty_p (walker.need_eh_cleanup)) in substitute_and_fold()
H A Ddce.c506 if (bitmap_empty_p (sp_bytes)) in find_call_stack_args()
945 if (debug.used && !bitmap_empty_p (debug.used)) in word_dce_process_block()
1052 if (debug.used && !bitmap_empty_p (debug.used)) in dce_process_block()
H A Dsbitmap.h259 extern bool bitmap_empty_p (const_sbitmap);
H A Dtree-into-ssa.c759 if (bitmap_empty_p (uses)) in prune_unused_phi_nodes()
770 if (bitmap_empty_p (phis)) in prune_unused_phi_nodes()
2898 if (symbols_to_rename_set && !bitmap_empty_p (symbols_to_rename_set)) in dump_update_ssa()
2905 if (names_to_release && !bitmap_empty_p (names_to_release)) in dump_update_ssa()
3164 if (db == NULL || bitmap_empty_p (db->def_blocks)) in insert_updated_phi_nodes_for()
3202 if (!bitmap_empty_p (pruned_idf)) in insert_updated_phi_nodes_for()
H A Dgimple-ssa-evrp.c297 if (!bitmap_empty_p (need_eh_cleanup)) in cleanup()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dshrink-wrap.cc412 if (debug->used && !bitmap_empty_p (debug->used)) in move_insn_for_shrink_wrap()
1073 if (bitmap_empty_p (components)) in dump_components()
1353 if (!bitmap_empty_p (SW (bb)->tail_components)) in spread_components()
1450 if (!bitmap_empty_p (epi)) in disqualify_problematic_components()
1453 if (!bitmap_empty_p (pro)) in disqualify_problematic_components()
1546 if (dump_file && !(bitmap_empty_p (epi) && bitmap_empty_p (pro))) in emit_common_heads_for_components()
1549 if (dump_file && !bitmap_empty_p (epi)) in emit_common_heads_for_components()
1551 if (dump_file && !bitmap_empty_p (pro)) in emit_common_heads_for_components()
1554 if (dump_file && !(bitmap_empty_p (epi) && bitmap_empty_p (pro))) in emit_common_heads_for_components()
1558 if (!bitmap_empty_p (pro)) in emit_common_heads_for_components()
[all …]
H A Dvalue-range-equiv.cc120 if (equiv && !bitmap_empty_p (equiv)) in set_equiv()
135 gcc_assert (!m_equiv || bitmap_empty_p (m_equiv)); in check()
146 || ((!b1 || bitmap_empty_p (b1)) in vr_bitmap_equal_p()
147 && (!b2 || bitmap_empty_p (b2))) in vr_bitmap_equal_p()
H A Dearly-remat.cc549 return !b || bitmap_empty_p (b); in empty_p()
580 gcc_checking_assert (bitmap_empty_p (*ptr)); in init_temp_bitmap()
987 if (!bitmap_empty_p (&m_tmp_bitmap) && bad) in collect_candidates()
1354 while (!bitmap_empty_p (&uses)) in check_candidate_uses()
1810 while (!bitmap_empty_p (required) || !bitmap_empty_p (&via_copy)) in emit_remat_insns()
1813 unsigned int required_index = (bitmap_empty_p (required) in emit_remat_insns()
1815 unsigned int via_copy_index = (bitmap_empty_p (&via_copy) in emit_remat_insns()
1987 gcc_checking_assert (!bitmap_empty_p (&m_tmp_bitmap)); in process_block()
2351 while (!bitmap_empty_p (&remaining)) in compute_minimum_move_set()
2399 if (bitmap_empty_p (&m_tmp_bitmap)) in move_to_predecessors()
[all …]
H A Dtree-ssa-ter.cc305 if (bitmap_empty_p (tab->kill_list[p])) in remove_from_partition_kill_list()
328 if (!bitmap_empty_p (tab->new_replaceable_dependencies)) in add_dependence()
608 if (!bitmap_empty_p (vars)) in find_replaceable_in_bb()
735 gcc_checking_assert (bitmap_empty_p (table->partition_in_use)); in find_replaceable_exprs()
786 && !bitmap_empty_p (t->partition_dependencies[x])) in debug_ter()
H A Dbitmap.cc1191 if (bitmap_empty_p (a)) in bitmap_single_bit_set_p()
1498 changed = !bitmap_empty_p (dst); in bitmap_and_compl()
1610 if (bitmap_empty_p (a)) in bitmap_and_compl_into()
1907 if (bitmap_empty_p (a)) in bitmap_compl_and_into()
1912 if (bitmap_empty_p (b)) in bitmap_compl_and_into()
2412 if (b == kill || bitmap_empty_p (b)) in bitmap_ior_and_compl()
2419 if (bitmap_empty_p (kill)) in bitmap_ior_and_compl()
2421 if (bitmap_empty_p (a)) in bitmap_ior_and_compl()
2519 if (bitmap_empty_p (c)) in bitmap_ior_and_compl_into()
2521 else if (bitmap_empty_p (a)) in bitmap_ior_and_compl_into()
[all …]
H A Dtree-ssa-propagate.cc469 int next_block_order = (bitmap_empty_p (cfg_blocks) in ssa_propagate()
471 int next_stmt_uid = (bitmap_empty_p (ssa_edge_worklist) in ssa_propagate()
475 if (bitmap_empty_p (cfg_blocks_back) in ssa_propagate()
476 && bitmap_empty_p (ssa_edge_worklist_back)) in ssa_propagate()
1013 if (!bitmap_empty_p (walker.need_eh_cleanup)) in substitute_and_fold()
H A Dregset.h53 #define REG_SET_EMPTY_P(HEAD) bitmap_empty_p (HEAD)
H A Ddce.cc506 if (bitmap_empty_p (sp_bytes)) in find_call_stack_args()
945 if (debug.used && !bitmap_empty_p (debug.used)) in word_dce_process_block()
1052 if (debug.used && !bitmap_empty_p (debug.used)) in dce_process_block()
H A Dsbitmap.h269 extern bool bitmap_empty_p (const_sbitmap);
H A Dtree-into-ssa.cc760 if (bitmap_empty_p (uses)) in prune_unused_phi_nodes()
771 if (bitmap_empty_p (phis)) in prune_unused_phi_nodes()
2902 if (symbols_to_rename_set && !bitmap_empty_p (symbols_to_rename_set)) in dump_update_ssa()
2909 if (names_to_release && !bitmap_empty_p (names_to_release)) in dump_update_ssa()
3168 if (db == NULL || bitmap_empty_p (db->def_blocks)) in insert_updated_phi_nodes_for()
3206 if (!bitmap_empty_p (pruned_idf)) in insert_updated_phi_nodes_for()
H A Dtree-ssa-dse.cc1112 if (bitmap_empty_p (live_bytes)) in dse_classify_store()
1555 if (!bitmap_empty_p (need_eh_cleanup)) in execute()
1560 if (!bitmap_empty_p (need_ab_cleanup)) in execute()
H A Dgimple-range-gori.cc409 if (chain && !bitmap_empty_p (chain)) in dump()
594 if (!m_outgoing[bb->index] || bitmap_empty_p (m_outgoing[bb->index])) in dump()
600 if (!bitmap_empty_p (imp)) in dump()
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.cc265 while (!bitmap_empty_p (curr_worklist)) in simplify_phis()
274 while (!bitmap_empty_p (curr_worklist)); in simplify_phis()
H A Dblocks.cc639 if (bitmap_empty_p (&frontiers[b1])) in place_phis()
652 && !bitmap_empty_p (&frontiers[b2])) in place_phis()
657 while (!bitmap_empty_p (worklist)) in place_phis()
675 && !bitmap_empty_p (&frontiers[b2])) in place_phis()
686 if (bitmap_empty_p (&frontiers[i])) in place_phis()
760 gcc_checking_assert (bitmap_empty_p (bi.tmp_ebb_live_in_for_debug)); in calculate_ebb_live_in_for_debug()
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/arm/
H A Darm-common.cc828 if (bitmap_empty_p (target_isa)) in arm_canon_arch_option_1()
1064 if (!bitmap_empty_p (fpubits)) in arm_asm_auto_mfpu()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
H A Darm-common.c781 if (bitmap_empty_p (target_isa)) in arm_canon_arch_option_1()
1017 if (!bitmap_empty_p (fpubits)) in arm_asm_auto_mfpu()

123456