Home
last modified time | relevance | path

Searched refs:bitmap_head (Results 1 – 25 of 54) sorted by relevance

123

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddf.h568 bitmap_head hardware_regs_used; /* The set of hardware registers used. */
571 bitmap_head regular_block_artificial_uses;
574 bitmap_head eh_block_artificial_uses;
581 bitmap_head insns_to_delete;
582 bitmap_head insns_to_rescan;
583 bitmap_head insns_to_notes_rescan;
838 bitmap_head kill;
839 bitmap_head sparse_kill;
840 bitmap_head gen; /* The set of defs generated in this block. */
843 bitmap_head in; /* At the top of the block. */
[all …]
Dtree-ssa-live.h240 bitmap_head *livein;
243 bitmap_head *liveout;
270 extern vec<bitmap_head> compute_live_vars (struct function *, live_vars_map *);
271 extern bitmap live_vars_at_stmt (vec<bitmap_head> &, live_vars_map *,
273 extern void destroy_live_vars (vec<bitmap_head> &);
Dcfganal.h47 vec<bitmap_head> control_dependence_map;
79 extern void compute_dominance_frontiers (class bitmap_head *);
80 extern bitmap compute_idf (bitmap, class bitmap_head *);
Dlra-int.h72 bitmap_head insn_bitmap;
334 extern bitmap_head lra_inheritance_pseudos;
335 extern bitmap_head lra_split_regs;
336 extern bitmap_head lra_subreg_reload_pseudos;
337 extern bitmap_head lra_optional_reload_pseudos;
Dbitmap.h294 bitmap_head *heads;
326 class GTY(()) bitmap_head { in class()
330 CONSTEXPR bitmap_head() in class()
485 head->obstack = &bitmap_head::crashme; in bitmap_release()
500 extern void debug (const bitmap_head &ref);
501 extern void debug (const bitmap_head *ptr);
964 bitmap_head m_bits;
983 bitmap_head m_head;
Ddf-problems.cc49 static bitmap_head seen_in_block;
50 static bitmap_head seen_in_insn;
153 bitmap_head sparse_invalidated_by_eh;
154 bitmap_head dense_invalidated_by_eh;
504 bitmap_head tmp; in df_rd_transfer_function()
603 bitmap_head tmp; in df_rd_dump_defs_set()
726 bitmap_head *in;
727 bitmap_head *out;
1181 problem_data->in = XNEWVEC (bitmap_head, last_basic_block_for_fn (cfun)); in df_lr_verify_solution_start()
1182 problem_data->out = XNEWVEC (bitmap_head, last_basic_block_for_fn (cfun)); in df_lr_verify_solution_start()
[all …]
Dlra-remat.cc74 static bitmap_head temp_bitmap;
77 static bitmap_head subreg_regs;
128 bitmap_head changed_regs;
130 bitmap_head dead_regs;
134 bitmap_head gen_cands;
135 bitmap_head livein_cands; /* cands whose inputs live at the BB start. */
136 bitmap_head pavin_cands; /* cands partially available at BB entry. */
137 bitmap_head pavout_cands; /* cands partially available at BB exit. */
138 bitmap_head avin_cands; /* cands available at the entry of the BB. */
139 bitmap_head avout_cands; /* cands available at the exit of the BB. */
[all …]
Dcoretypes.h50 class bitmap_head; variable
51 typedef class bitmap_head *bitmap;
52 typedef const class bitmap_head *const_bitmap;
Dlra-assigns.cc134 static bitmap_head non_reload_pseudos;
322 static bitmap_head *live_hard_reg_pseudos;
348 live_hard_reg_pseudos = XNEWVEC (bitmap_head, lra_live_max_point); in init_lives()
405 static bitmap_head *live_reload_and_inheritance_pseudos;
417 live_reload_and_inheritance_pseudos = XNEWVEC (bitmap_head, lra_live_max_point); in init_live_reload_and_inheritance_pseudos()
807 static bitmap_head insn_conflict_pseudos;
811 static bitmap_head spill_pseudos_bitmap, best_spill_pseudos_bitmap;
819 static bitmap_head try_hard_reg_pseudos[FIRST_PSEUDO_REGISTER];
1330 static bitmap_head all_spilled_pseudos;
1332 static bitmap_head changed_pseudo_bitmap;
[all …]
Dlra-coalesce.cc86 static bitmap_head coalesced_pseudos_bitmap;
186 static bitmap_head used_pseudos_bitmap;
230 bitmap_head involved_insns_bitmap; in lra_coalesce()
Dreload.h310 bitmap_head live_throughout;
311 bitmap_head dead_or_set;
Dtree-ssa-live.cc984 live->livein = XCNEWVEC (bitmap_head, last_basic_block_for_fn (cfun)); in new_tree_live_info()
985 live->liveout = XCNEWVEC (bitmap_head, last_basic_block_for_fn (cfun)); in new_tree_live_info()
1261 vec<bitmap_head> active;
1325 vec<bitmap_head>
1328 vec<bitmap_head> active; in compute_live_vars()
1375 live_vars_at_stmt (vec<bitmap_head> &active, live_vars_map *vars, in live_vars_at_stmt()
1388 destroy_live_vars (vec<bitmap_head> &active) in destroy_live_vars()
Dbitmap.cc31 bitmap_obstack bitmap_head::crashme;
787 bit_obstack->heads = (class bitmap_head *) map->first; in bitmap_alloc()
789 map = XOBNEW (&bit_obstack->obstack, bitmap_head); in bitmap_alloc()
793 register_overhead (map, sizeof (bitmap_head)); in bitmap_alloc()
805 map = ggc_alloc<bitmap_head> (); in bitmap_gc_alloc()
809 register_overhead (map, sizeof (bitmap_head)); in bitmap_gc_alloc()
825 release_overhead (map, sizeof (bitmap_head), true); in bitmap_obstack_free()
2819 debug (const bitmap_head &ref) in debug()
2825 debug (const bitmap_head *ptr) in debug()
2836 debug ((const bitmap_head &) ref); in debug()
[all …]
Dearly-remat.cc476 bitmap_head m_candidate_regnos;
479 bitmap_head m_tmp_bitmap;
1234 bitmap_head reaching; in compute_rd()
1350 bitmap_head uses; in check_candidate_uses()
1808 bitmap_head via_copy; in emit_remat_insns()
1955 bitmap_head reaching; in process_block()
2346 bitmap_head remaining; in compute_minimum_move_set()
2463 bitmap_head required; in choose_rematerialization_points()
2464 bitmap_head pending_blocks; in choose_rematerialization_points()
Dregrename.h41 bitmap_head conflicts;
Dregset.h35 typedef bitmap_head regset_head;
Dlra-lives.cc95 static bitmap_head temp_bitmap;
397 bitmap_head killed_pseudos; /* pseudos killed in the BB. */
398 bitmap_head gen_pseudos; /* pseudos generated in the BB. */
421 static bitmap_head all_hard_regs_bitmap;
469 static bitmap_head all_blocks;
Dgimple-range-path.h38 const bitmap_head *imports = NULL);
Dtree-into-ssa.cc1068 insert_phi_nodes (bitmap_head *dfs) in insert_phi_nodes()
2434 bitmap_head *dfs; in execute()
2455 dfs = XNEWVEC (bitmap_head, last_basic_block_for_fn (fun)); in execute()
3150 insert_updated_phi_nodes_for (tree var, bitmap_head *dfs, bitmap blocks, in insert_updated_phi_nodes_for()
3472 bitmap_head *dfs; in update_ssa()
3476 dfs = XNEWVEC (bitmap_head, last_basic_block_for_fn (cfun)); in update_ssa()
Dtree-ssa-coalesce.cc681 bitmap_head live_base_var; /* Indicates if a basevar is live. */
682 bitmap_head *live_base_partitions; /* Live partitions for each basevar. */
703 ptr->live_base_partitions = XNEWVEC (bitmap_head, lim); in new_live_track()
Dlra.cc2238 bitmap_head lra_inheritance_pseudos;
2241 bitmap_head lra_split_regs;
2246 bitmap_head lra_optional_reload_pseudos;
2251 bitmap_head lra_subreg_reload_pseudos;
Dira.cc4683 bitmap_head *bb_transp_live = XNEWVEC (bitmap_head, in find_moveable_pseudos()
4686 bitmap_head *bb_local = XNEWVEC (bitmap_head, in find_moveable_pseudos()
4690 bitmap_head *bb_moveable_reg_sets = XNEWVEC (bitmap_head, in find_moveable_pseudos()
5293 static bitmap_head scratch_bitmap;
5296 static bitmap_head scratch_operand_bitmap;
Dloop-invariant.cc69 bitmap_head regs_ref;
70 bitmap_head regs_live;
1994 static bitmap_head curr_regs_live;
Dregrename.cc124 static bitmap_head open_chains_set;
574 bitmap_head open_chains_set;
575 bitmap_head incoming_open_chains_set;
Dsched-ebb.cc46 static bitmap_head dont_calc_deps;

123