Home
last modified time | relevance | path

Searched refs:auto_bitmap (Results 1 – 25 of 35) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbitmap.h799 class auto_bitmap
802 auto_bitmap () { bitmap_initialize (&m_bits, &bitmap_default_obstack); } in auto_bitmap() function
803 explicit auto_bitmap (bitmap_obstack *o) { bitmap_initialize (&m_bits, o); } in auto_bitmap() function
804 ~auto_bitmap () { bitmap_clear (&m_bits); } in ~auto_bitmap()
810 auto_bitmap (const auto_bitmap &);
811 auto_bitmap &operator = (const auto_bitmap &);
813 auto_bitmap (auto_bitmap &&);
814 auto_bitmap &operator = (auto_bitmap &&);
H A Dtree-ssa-phionlycprop.c502 auto_bitmap need_eh_cleanup; in execute()
514 auto_bitmap interesting_names; in execute()
515 auto_bitmap interesting_names1; in execute()
H A Dinit-regs.c51 auto_bitmap already_genned; in initialize_uninitialized_regs()
H A Dprint-rtl.h156 auto_bitmap m_defs_seen;
H A Dtree-ssanames.c132 auto_bitmap names_in_il; in verify_ssaname_freelists()
170 auto_bitmap names_in_freelists; in verify_ssaname_freelists()
226 auto_bitmap all_names; in verify_ssaname_freelists()
H A Dlra-spills.c253 auto_bitmap ok_insn_bitmap (&reg_obstack); in assign_spill_hard_regs()
470 auto_bitmap spilled_pseudos (&reg_obstack); in spill_pseudos()
471 auto_bitmap changed_insns (&reg_obstack); in spill_pseudos()
H A Ddf-core.c500 auto_bitmap diff (&df_bitmap_obstack); in df_set_blocks()
1307 auto_bitmap visited; in loop_post_order_compute()
1370 auto_bitmap visited; in loop_inverted_post_order_compute()
1649 auto_bitmap tmp (&df_bitmap_obstack); in df_compact_blocks()
H A Ddf-scan.c1178 auto_bitmap tmp (&df_bitmap_obstack); in df_insn_rescan_all()
1232 auto_bitmap tmp (&df_bitmap_obstack); in df_process_deferred_rescans()
3610 auto_bitmap refs (&df_bitmap_obstack); in df_update_entry_block_defs()
3784 auto_bitmap refs (&df_bitmap_obstack); in df_update_exit_block_uses()
4156 auto_bitmap entry_block_defs (&df_bitmap_obstack); in df_entry_block_bitmap_verify()
4182 auto_bitmap exit_block_uses (&df_bitmap_obstack); in df_exit_block_bitmap_verify()
4228 auto_bitmap regular_block_artificial_uses (&df_bitmap_obstack); in df_scan_verify()
4229 auto_bitmap eh_block_artificial_uses (&df_bitmap_obstack); in df_scan_verify()
H A Dgraph.c258 auto_bitmap dfs_back; in draw_cfg_edges()
H A Dloop-invariant.c1229 auto_bitmap may_exit; in find_invariants()
1230 auto_bitmap always_reached; in find_invariants()
1231 auto_bitmap has_exit; in find_invariants()
1232 auto_bitmap always_executed; in find_invariants()
H A Dtree-ssa.c1030 auto_bitmap names_defined_in_bb; in verify_ssa()
1631 auto_bitmap addresses_taken; in execute_update_addresses_taken()
1632 auto_bitmap not_reg_needs; in execute_update_addresses_taken()
1633 auto_bitmap suitable_for_renaming; in execute_update_addresses_taken()
H A Dlra-remat.c753 auto_bitmap gen_insns (&reg_obstack); in calculate_gen_cands()
1063 auto_bitmap avail_cands (&reg_obstack); in do_remat()
1064 auto_bitmap active_cands (&reg_obstack); in do_remat()
H A Dtree-ssa-sink.c131 auto_bitmap blocks; in nearest_common_dominator_of_uses()
H A Dshrink-wrap.c765 auto_bitmap bb_with; in try_shrink_wrapping()
829 auto_bitmap bb_tmp; in try_shrink_wrapping()
1267 auto_bitmap seen; in spread_components()
H A Dira.c3639 auto_bitmap seen_insns; in add_store_equivs()
3700 auto_bitmap cleared_regs; in combine_and_move_insns()
4093 auto_bitmap live_relevant_regs; in build_insn_chain()
4094 auto_bitmap elim_regset; in build_insn_chain()
4103 auto_bitmap live_subregs_used; in build_insn_chain()
4512 auto_bitmap live, used, set, interesting, unusable_as_input; in find_moveable_pseudos()
4891 auto_bitmap need_new, reachable; in split_live_ranges_for_shrink_wrap()
H A Dtree-ssa-threadupdate.c720 auto_bitmap in_edge_srcs; in compute_path_counts()
1785 auto_bitmap tmp; in mark_threaded_blocks()
2253 auto_bitmap threaded_blocks; in thread_through_all_blocks()
H A Dbt-load.c1061 auto_bitmap combined_live_range; in combine_btr_defs()
1290 auto_bitmap live_range; in migrate_btr_def()
H A Dpredict.c2504 val = expr_expected_value_1 (boolean_type_node, op0, cmp, op1, auto_bitmap (), in tree_predict_by_opcode()
3032 predict_paths_for_bb (bb, bb, pred, taken, auto_bitmap (), in_loop); in predict_paths_leading_to()
3056 predict_paths_for_bb (bb, bb, pred, taken, auto_bitmap (), in_loop); in predict_paths_leading_to_edge()
3236 auto_bitmap tovisit; in estimate_loops_at_level()
3257 auto_bitmap tovisit; in estimate_loops()
H A Dgimple-ssa-backprop.c266 auto_bitmap m_visited_phis;
H A Dtree-loop-distribution.c1739 auto_bitmap processed; in rdg_build_partitions()
2261 auto_bitmap sccs_to_merge; in break_alias_scc_partitions()
2777 auto_bitmap stmt_in_all_partitions; in distribute_loop()
H A Dtree-ssa-loop-unswitch.c125 auto_bitmap visited_ssa; in is_maybe_undefined()
H A Dtree-tailcall.c534 auto_bitmap to_move_defs; in find_tail_calls()
H A Dhsa-common.h1055 auto_bitmap m_liveout, m_livein;
H A Dipa-reference.c988 auto_bitmap ltrans_statics; in ipa_reference_write_optimization_summary()
H A Dipa-inline.c1695 auto_bitmap updated_nodes; in resolve_noninline_speculation()
1747 auto_bitmap updated_nodes; in inline_small_functions()

12