/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | bitmap.h | 799 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 D | tree-ssa-phionlycprop.c | 502 auto_bitmap need_eh_cleanup; in execute() 514 auto_bitmap interesting_names; in execute() 515 auto_bitmap interesting_names1; in execute()
|
H A D | init-regs.c | 51 auto_bitmap already_genned; in initialize_uninitialized_regs()
|
H A D | print-rtl.h | 156 auto_bitmap m_defs_seen;
|
H A D | tree-ssanames.c | 132 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 D | lra-spills.c | 253 auto_bitmap ok_insn_bitmap (®_obstack); in assign_spill_hard_regs() 470 auto_bitmap spilled_pseudos (®_obstack); in spill_pseudos() 471 auto_bitmap changed_insns (®_obstack); in spill_pseudos()
|
H A D | df-core.c | 500 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 D | df-scan.c | 1178 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 D | graph.c | 258 auto_bitmap dfs_back; in draw_cfg_edges()
|
H A D | loop-invariant.c | 1229 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 D | tree-ssa.c | 1030 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 D | lra-remat.c | 753 auto_bitmap gen_insns (®_obstack); in calculate_gen_cands() 1063 auto_bitmap avail_cands (®_obstack); in do_remat() 1064 auto_bitmap active_cands (®_obstack); in do_remat()
|
H A D | tree-ssa-sink.c | 131 auto_bitmap blocks; in nearest_common_dominator_of_uses()
|
H A D | shrink-wrap.c | 765 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 D | ira.c | 3639 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 D | tree-ssa-threadupdate.c | 720 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 D | bt-load.c | 1061 auto_bitmap combined_live_range; in combine_btr_defs() 1290 auto_bitmap live_range; in migrate_btr_def()
|
H A D | predict.c | 2504 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 D | gimple-ssa-backprop.c | 266 auto_bitmap m_visited_phis;
|
H A D | tree-loop-distribution.c | 1739 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 D | tree-ssa-loop-unswitch.c | 125 auto_bitmap visited_ssa; in is_maybe_undefined()
|
H A D | tree-tailcall.c | 534 auto_bitmap to_move_defs; in find_tail_calls()
|
H A D | hsa-common.h | 1055 auto_bitmap m_liveout, m_livein;
|
H A D | ipa-reference.c | 988 auto_bitmap ltrans_statics; in ipa_reference_write_optimization_summary()
|
H A D | ipa-inline.c | 1695 auto_bitmap updated_nodes; in resolve_noninline_speculation() 1747 auto_bitmap updated_nodes; in inline_small_functions()
|