Searched refs:do_not_gen (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddf-problems.c3267 bitmap live, bitmap do_not_gen,
3299 bitmap_set_bit (do_not_gen, regno);
3325 bitmap_set_bit (do_not_gen, regno);
3339 bitmap live, bitmap do_not_gen,
3364 if (!bitmap_bit_p (do_not_gen, regno))
3398 && (!bitmap_bit_p (do_not_gen, regno)))
3422 bitmap live, bitmap do_not_gen, bitmap artificial_uses,
3481 bitmap_set_bit (do_not_gen, dregno);
3495 bitmap live, bitmap do_not_gen, bitmap artificial_uses,
3559 bitmap_clear (do_not_gen);
3259 df_set_unused_notes_for_mw(rtx insn, struct df_mw_hardreg *mws, bitmap live, bitmap do_not_gen, bitmap artificial_uses, int flags) argument
3331 df_set_dead_notes_for_mw(rtx insn, struct df_mw_hardreg *mws, bitmap live, bitmap do_not_gen, bitmap artificial_uses, int flags) argument
3414 df_create_unused_note(basic_block bb, rtx insn, struct df_ref *def, bitmap live, bitmap do_not_gen, bitmap artificial_uses, bitmap local_live, bitmap local_processed, int flags, int luid) argument
3487 df_ri_bb_compute(struct dataflow *dflow, unsigned int bb_index, bitmap live, bitmap do_not_gen, bitmap artificial_uses, bitmap local_live, bitmap local_processed, bitmap setjumps_crossed) argument
3710 bitmap do_not_gen = BITMAP_ALLOC (NULL); local
[all...]

Completed in 47 milliseconds