Searched refs:do_not_gen (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | regstat.c | 121 bitmap live, bitmap do_not_gen, bitmap artificial_uses, in regstat_bb_compute_ri() argument 180 bitmap_clear (do_not_gen); in regstat_bb_compute_ri() 239 bitmap_set_bit (do_not_gen, regno); in regstat_bb_compute_ri() 289 bitmap_set_bit (do_not_gen, dregno); in regstat_bb_compute_ri() 346 bitmap do_not_gen = BITMAP_ALLOC (&df_bitmap_obstack); in regstat_compute_ri() local 365 regstat_bb_compute_ri (bb->index, live, do_not_gen, artificial_uses, in regstat_compute_ri() 370 BITMAP_FREE (do_not_gen); in regstat_compute_ri()
|
H A D | df-problems.c | 2917 bitmap live, bitmap do_not_gen, in df_set_unused_notes_for_mw() argument 2938 bitmap_set_bit (do_not_gen, regno); in df_set_unused_notes_for_mw() 2953 bitmap_set_bit (do_not_gen, r); in df_set_unused_notes_for_mw() 2966 bitmap do_not_gen) in df_whole_mw_reg_dead_p() argument 2979 || bitmap_bit_p (do_not_gen, r)) in df_whole_mw_reg_dead_p() 2993 bitmap live, bitmap do_not_gen, in df_set_dead_notes_for_mw() argument 3006 df_print_regset (dump_file, do_not_gen); in df_set_dead_notes_for_mw() 3014 if (df_whole_mw_reg_dead_p (mws, live, artificial_uses, do_not_gen)) in df_set_dead_notes_for_mw() 3032 && !bitmap_bit_p (do_not_gen, r)) in df_set_dead_notes_for_mw() 3276 bitmap live, bitmap do_not_gen, bitmap artificial_uses) in df_note_bb_compute() argument [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | df-problems.c | 3288 bitmap live, bitmap do_not_gen, in df_set_unused_notes_for_mw() argument 3307 bitmap_set_bit (do_not_gen, regno); in df_set_unused_notes_for_mw() 3321 bitmap_set_bit (do_not_gen, r); in df_set_unused_notes_for_mw() 3334 bitmap do_not_gen) in df_whole_mw_reg_dead_p() argument 3347 || bitmap_bit_p (do_not_gen, r)) in df_whole_mw_reg_dead_p() 3361 bitmap live, bitmap do_not_gen, in df_set_dead_notes_for_mw() argument 3373 df_print_regset (dump_file, do_not_gen); in df_set_dead_notes_for_mw() 3380 if (df_whole_mw_reg_dead_p (mws, live, artificial_uses, do_not_gen)) in df_set_dead_notes_for_mw() 3397 && !bitmap_bit_p (do_not_gen, r)) in df_set_dead_notes_for_mw() 3452 bitmap live, bitmap do_not_gen, bitmap artificial_uses) in df_note_bb_compute() argument [all …]
|