Searched refs:DF_HARD_REGS (Results 1 – 7 of 7) sorted by relevance
1083 if (!(dflow->flags & DF_HARD_REGS)) in df_ref_record()1581 if (dflow->flags & DF_HARD_REGS) in df_insn_refs_record()1630 if (dflow->flags & DF_HARD_REGS) in df_bb_refs_record()1656 if ((dflow->flags & DF_HARD_REGS) in df_bb_refs_record()1675 if ((dflow->flags & DF_HARD_REGS) in df_bb_refs_record()1718 if ((dflow->flags & DF_HARD_REGS) in df_bb_refs_record()1748 if (dflow->flags & DF_HARD_REGS) in df_bb_refs_record()1824 if (!(dflow->flags & DF_HARD_REGS)) in df_record_entry_block_defs()1936 if (!(dflow->flags & DF_HARD_REGS)) in df_record_exit_block_uses()2025 if (dflow->flags & DF_HARD_REGS) in df_record_exit_block_uses()
220 #define DF_HARD_REGS 1 /* Mark hard registers. */ macro
1323 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES); in move_loop_invariants()
937 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES | DF_SUBREGS); in sms_schedule()
1334 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES | DF_SUBREGS); in see_initialize_data_structures()
255 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES); in iv_analysis_loop_init()
16005 DF_REF_TYPE_NAMES, DF_HARD_REGS, DF_EQUIV_NOTES, DF_SUBREGS,