| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-live.cc | 974 tree_live_info_p live; in new_tree_live_info() local 977 live = XNEW (struct tree_live_info_d); in new_tree_live_info() 978 live->map = map; in new_tree_live_info() 979 live->num_blocks = last_basic_block_for_fn (cfun); in new_tree_live_info() 981 bitmap_obstack_initialize (&live->livein_obstack); in new_tree_live_info() 982 bitmap_obstack_initialize (&live->liveout_obstack); in new_tree_live_info() 984 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() 988 bitmap_initialize (&live->livein[bb->index], &live->livein_obstack); in new_tree_live_info() 989 bitmap_initialize (&live->liveout[bb->index], &live->liveout_obstack); in new_tree_live_info() [all …]
|
| D | tree-ssa-live.h | 278 partition_is_global (tree_live_info_p live, int p) in partition_is_global() argument 280 gcc_checking_assert (live->global); in partition_is_global() 281 return bitmap_bit_p (live->global, p); in partition_is_global() 289 live_on_entry (tree_live_info_p live, basic_block bb) in live_on_entry() argument 291 gcc_checking_assert (live->livein in live_on_entry() 295 return &live->livein[bb->index]; in live_on_entry() 303 live_on_exit (tree_live_info_p live, basic_block bb) in live_on_exit() argument 305 gcc_checking_assert (live->liveout in live_on_exit() 309 return &live->liveout[bb->index]; in live_on_exit() 316 live_var_map (tree_live_info_p live) in live_var_map() argument [all …]
|
| D | regstat.cc | 111 regstat_bb_compute_ri (basic_block bb, bitmap live) in regstat_bb_compute_ri() argument 118 bitmap_copy (live, df_get_live_out (bb)); in regstat_bb_compute_ri() 122 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi) in regstat_bb_compute_ri() 129 bitmap_clear_bit (live, DF_REF_REGNO (def)); in regstat_bb_compute_ri() 135 bitmap_set_bit (live, regno); in regstat_bb_compute_ri() 159 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi) in regstat_bb_compute_ri() 196 bitmap_clear_bit (live, dregno); in regstat_bb_compute_ri() 237 bitmap live = BITMAP_ALLOC (&df_bitmap_obstack); in regstat_compute_ri() local 253 regstat_bb_compute_ri (bb, live); in regstat_compute_ri() 256 BITMAP_FREE (live); in regstat_compute_ri() [all …]
|
| D | combine-stack-adj.cc | 85 bitmap live = BITMAP_ALLOC (®_obstack); in combine_stack_adjustments() local 88 combine_stack_adjustments_for_block (bb, live); in combine_stack_adjustments() 90 BITMAP_FREE (live); in combine_stack_adjustments() 229 bitmap live, rtx_insn *other_insn) in try_apply_stack_adjustment() argument 242 if (other_insn == NULL_RTX || live == NULL) in try_apply_stack_adjustment() 269 if (bitmap_bit_p (live, regno)) in try_apply_stack_adjustment() 540 combine_stack_adjustments_for_block (basic_block bb, bitmap live) in combine_stack_adjustments_for_block() argument 552 bitmap_copy (live, DF_LR_IN (bb)); in combine_stack_adjustments_for_block() 553 df_simulate_initialize_forwards (bb, live); in combine_stack_adjustments_for_block() 602 bitmap_copy (last_sp_live, live); in combine_stack_adjustments_for_block() [all …]
|
| D | df-problems.cc | 2865 df_word_lr_mark_ref (df_ref ref, bool is_set, regset live) in df_word_lr_mark_ref() argument 2895 changed |= bitmap_set_bit (live, regno * 2); in df_word_lr_mark_ref() 2897 changed |= bitmap_set_bit (live, regno * 2 + 1); in df_word_lr_mark_ref() 2902 changed |= bitmap_clear_bit (live, regno * 2); in df_word_lr_mark_ref() 2904 changed |= bitmap_clear_bit (live, regno * 2 + 1); in df_word_lr_mark_ref() 3122 df_word_lr_simulate_defs (rtx_insn *insn, bitmap live) in df_word_lr_simulate_defs() argument 3131 changed |= df_word_lr_mark_ref (def, false, live); in df_word_lr_simulate_defs() 3139 df_word_lr_simulate_uses (rtx_insn *insn, bitmap live) in df_word_lr_simulate_uses() argument 3144 df_word_lr_mark_ref (use, true, live); in df_word_lr_simulate_uses() 3250 df_remove_dead_eq_notes (rtx_insn *insn, bitmap live) in df_remove_dead_eq_notes() argument [all …]
|
| D | tree-ssa-dse.cc | 372 compute_trims (ao_ref *ref, sbitmap live, int *trim_head, int *trim_tail, in compute_trims() argument 389 int last_live = bitmap_last_set_bit (live); in compute_trims() 413 int first_live = bitmap_first_set_bit (live); in compute_trims() 484 maybe_trim_complex_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_complex_store() argument 487 compute_trims (ref, live, &trim_head, &trim_tail, stmt); in maybe_trim_complex_store() 528 maybe_trim_constructor_store (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_constructor_store() argument 538 compute_trims (ref, live, &head_trim, &tail_trim, stmt); in maybe_trim_constructor_store() 628 maybe_trim_memstar_call (ao_ref *ref, sbitmap live, gimple *stmt) in maybe_trim_memstar_call() argument 635 compute_trims (ref, live, &head_trim, &tail_trim, stmt); in maybe_trim_memstar_call() 670 compute_trims (ref, live, &head_trim, &tail_trim, stmt); in maybe_trim_memstar_call() [all …]
|
| D | tree-vrp.cc | 70 sbitmap *live; member in live_names 79 if (!live[i]) in init_bitmap_if_needed() 81 live[i] = sbitmap_alloc (num_ssa_names); in init_bitmap_if_needed() 82 bitmap_clear (live[i]); in init_bitmap_if_needed() 90 return live[i] && bitmap_empty_p (live[i]); in block_has_live_names_p() 97 if (live[i]) in clear_block() 99 sbitmap_free (live[i]); in clear_block() 100 live[i] = NULL; in clear_block() 109 bitmap_ior (live[dest->index], live[dest->index], live[src->index]); in merge() 116 bitmap_set_bit (live[bb->index], SSA_NAME_VERSION (name)); in set() [all …]
|
| D | tree-ssa-coalesce.cc | 870 live_track *live; in build_ssa_conflict_graph() local 885 live = new_live_track (map); in build_ssa_conflict_graph() 890 live_track_init (live, live_on_exit (liveinfo, bb)); in build_ssa_conflict_graph() 912 live_track_clear_var (live, rhs1); in build_ssa_conflict_graph() 932 live_track_process_use (live, var); in build_ssa_conflict_graph() 935 live_track_process_def (live, var, graph); in build_ssa_conflict_graph() 938 live_track_process_use (live, var); in build_ssa_conflict_graph() 954 if (live_track_live_p (live, result)) in build_ssa_conflict_graph() 955 live_track_process_def (live, result, graph); in build_ssa_conflict_graph() 977 live_track_process_def (live, var, graph); in build_ssa_conflict_graph() [all …]
|
| D | recog.cc | 3653 HARD_REG_SET live; in peep2_find_free_register() local 3664 REG_SET_TO_HARD_REG_SET (live, peep2_insn_data[from].live_before); in peep2_find_free_register() 3672 SET_HARD_REG_BIT (live, DF_REF_REGNO (def)); in peep2_find_free_register() 3742 || TEST_HARD_REG_BIT (live, regno + j)) in peep2_find_free_register() 3770 peep2_reinit_state (regset live) in peep2_reinit_state() argument 3783 COPY_REG_SET (peep2_insn_data[MAX_INSNS_PER_PEEP2].live_before, live); in peep2_reinit_state() 4053 regset_head live; in peep2_update_life() local 4055 INIT_REG_SET (&live); in peep2_update_life() 4056 COPY_REG_SET (&live, peep2_insn_data[i].live_before); in peep2_update_life() 4073 df_simulate_one_insn_backwards (bb, x, &live); in peep2_update_life() [all …]
|
| D | postreload.cc | 1278 HARD_REG_SET live; in reload_combine() local 1281 REG_SET_TO_HARD_REG_SET (live, live_in); in reload_combine() 1282 compute_use_by_pseudos (&live, live_in); in reload_combine() 1283 LABEL_LIVE (insn) = live; in reload_combine() 1284 ever_live_at_start |= live; in reload_combine() 1374 HARD_REG_SET *live; in reload_combine() local 1380 live = NULL; in reload_combine() 1382 live = &LABEL_LIVE (JUMP_LABEL (insn)); in reload_combine() 1385 live = &ever_live_at_start; in reload_combine() 1387 if (live) in reload_combine() [all …]
|
| D | mode-switching.cc | 195 reg_dies (rtx reg, HARD_REG_SET *live) in reg_dies() argument 204 remove_from_hard_reg_set (live, GET_MODE (reg), regno); in reg_dies() 211 reg_becomes_live (rtx reg, const_rtx setter ATTRIBUTE_UNUSED, void *live) in reg_becomes_live() argument 223 add_to_hard_reg_set ((HARD_REG_SET *) live, GET_MODE (reg), regno); in reg_becomes_live()
|
| D | timevar.def | 122 DEFTIMEVAR (TV_DF_LR , "df live regs") 123 DEFTIMEVAR (TV_DF_LIVE , "df live&initialized regs") 126 DEFTIMEVAR (TV_DF_WORD_LR , "df live reg subwords") 263 DEFTIMEVAR (TV_LIVE_RANGE_SHRINKAGE , "live range shrinkage") 270 DEFTIMEVAR (TV_LRA_CREATE_LIVE_RANGES, "LRA create live ranges")
|
| /netbsd/src/tools/compat/ |
| D | defs.mk.in | 54 # Some include files live directly in the .OBJDIR, while others 55 # live in subdirectories of .OBJDIR/include. 63 # All include files live in TOOLDIR/include/comnpat, and its subdirectories.
|
| /netbsd/src/sys/ufs/lfs/ |
| D | TODO | 6 has passed two checkpoints containing zero live bytes. 34 effective live backups. More aggressively, the cleaner itself could 61 the stuff that the cleaner thinks might be live is live. If it's
|
| /netbsd/src/external/bsd/file/dist/ |
| D | TODO | 1 Most TODOs live in the TODO section of doc/file.man (i.e. file(1)). 3 file, not here. More speculative material can live here.
|
| /netbsd/src/distrib/i386/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-i386-live # gives ${IMGBASE}.img
|
| /netbsd/src/distrib/pmax/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-pmax-live # gives ${IMGBASE}.img
|
| /netbsd/src/distrib/vax/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-vax-live # gives ${IMGBASE}.img
|
| /netbsd/src/distrib/sparc64/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sparc64-live # gives ${IMGBASE}.img
|
| /netbsd/src/distrib/sun3/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun3-live # gives ${IMGBASE}.img
|
| /netbsd/src/distrib/sparc/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sparc-live # gives ${IMGBASE}.img
|
| /netbsd/src/distrib/sun2/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun2-live # gives ${IMGBASE}.img
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/ |
| D | acinclude.m4 | 3 dnl Only put things that for some reason can't live in the `cf'
|
| /netbsd/src/distrib/amd64/liveimage/emuimage/ |
| D | Makefile | 3 LIVEIMGBASE= NetBSD-${DISTRIBVER}-amd64-live # gives ${IMGBASE}.img
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | README.hackers | 12 We'd like to see *all* system function declarations live in include/l_stdlib.h
|