Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf.h735 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) macro
738 ? DF_INSN_UID_GET (UID) \
740 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET(INSN)->luid)
741 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET(INSN)->defs)
742 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET(INSN)->uses)
743 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET(INSN)->eq_uses)
744 #define DF_INSN_UID_MWS(INSN) (DF_INSN_UID_GET(INSN)->mw_hardregs)
H A Dauto-inc-dec.c1423 if (DF_INSN_UID_GET (uid)) in merge_in_block()
H A Ddf-scan.c206 struct df_insn_info *insn_info = DF_INSN_UID_GET(i); in df_scan_free_internal()
988 struct df_insn_info *insn_rec = DF_INSN_UID_GET (uid); in df_ref_remove()
1003 struct df_insn_info *insn_rec = DF_INSN_UID_GET (uid); in df_ref_remove()
H A Ddf-problems.c1431 struct df_insn_info *insn_info = DF_INSN_UID_GET (uid); in df_live_bb_local_compute()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf.h760 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) macro
763 ? DF_INSN_UID_GET (UID) \
765 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid)
766 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs)
767 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses)
768 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses)
769 #define DF_INSN_UID_MWS(INSN) (DF_INSN_UID_GET (INSN)->mw_hardregs)
H A Ddf-problems.c1432 struct df_insn_info *insn_info = DF_INSN_UID_GET (uid); in df_live_bb_local_compute()
1961 struct df_insn_info *insn_info = DF_INSN_UID_GET (uid); in df_mir_bb_local_compute()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c1158 rtx def_set = single_set (DF_INSN_UID_GET (id)->insn); in dimode_remove_non_convertible_regs()
1254 rtx def_set = single_set (DF_INSN_UID_GET (id)->insn); in timode_remove_non_convertible_regs()
1518 rtx_insn *insn = DF_INSN_UID_GET (insn_uid)->insn; in add_insn()
1608 rtx_insn *insn = DF_INSN_UID_GET (insn_uid)->insn; in compute_convert_gain()
2266 convert_insn (DF_INSN_UID_GET (id)->insn); in convert()