Home
last modified time | relevance | path

Searched refs:DF_HARD_REGS (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/
HDdf-scan.c1083 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()
HDdf.h220 #define DF_HARD_REGS 1 /* Mark hard registers. */ macro
HDloop-invariant.c1323 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES); in move_loop_invariants()
HDmodulo-sched.c937 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES | DF_SUBREGS); in sms_schedule()
HDsee.c1334 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES | DF_SUBREGS); in see_initialize_data_structures()
HDloop-iv.c255 df = df_init (DF_HARD_REGS | DF_EQUIV_NOTES); in iv_analysis_loop_init()
HDChangeLog-200616005 DF_REF_TYPE_NAMES, DF_HARD_REGS, DF_EQUIV_NOTES, DF_SUBREGS,