Home
last modified time | relevance | path

Searched refs:DF_INSN_UID_DEFS (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddf-core.c1201 if (DF_INSN_UID_DEFS (df, uid)) in df_insn_uid_debug()
1202 bbi = DF_REF_BBNO (DF_INSN_UID_DEFS (df, uid)); in df_insn_uid_debug()
1211 if (DF_INSN_UID_DEFS (df, uid)) in df_insn_uid_debug()
1214 df_refs_chain_dump (DF_INSN_UID_DEFS (df, uid), follow_chain, file); in df_insn_uid_debug()
1245 if (DF_INSN_UID_DEFS (df, uid)) in df_insn_debug_regno()
1246 bbi = DF_REF_BBNO (DF_INSN_UID_DEFS (df, uid)); in df_insn_debug_regno()
1254 df_regs_chain_dump (df, DF_INSN_UID_DEFS (df, uid), file); in df_insn_debug_regno()
H A Ddf-problems.c557 DF_INSN_UID_DEFS (df, uid), 0); in df_ru_bb_local_compute()
1074 DF_INSN_UID_DEFS (df, uid), 0); in df_rd_bb_local_compute()
1486 for (def = DF_INSN_UID_DEFS (df, uid); def; def = def->next_ref) in df_lr_bb_local_compute()
1509 for (def = DF_INSN_UID_DEFS (df, uid); def; def = def->next_ref) in df_lr_bb_local_compute()
1894 for (def = DF_INSN_UID_DEFS (df, uid); def; def = def->next_ref) in df_ur_bb_local_compute()
3002 for (def = DF_INSN_UID_DEFS (df, uid); def; def = def->next_ref) in df_chain_create_bb()
3596 for (def = DF_INSN_UID_DEFS (df, uid); def; def = def->next_ref) in df_ri_bb_compute()
3613 for (def = DF_INSN_UID_DEFS (df, uid); def; def = def->next_ref) in df_ri_bb_compute()
H A Ddf.h472 #define DF_INSN_UID_DEFS(DF, INSN) (DF_INSN_UID_GET(DF,INSN)->defs) macro
H A Ddf-scan.c727 DF_INSN_UID_DEFS (df, DF_REF_INSN_UID (ref)) in df_ref_remove()
728 = df_ref_unlink (DF_INSN_UID_DEFS (df, DF_REF_INSN_UID (ref)), ref); in df_ref_remove()
H A DChangeLog-200616020 DF_INSN_UID_GET, DF_INSN_UID_LUID, DF_INSN_UID_DEFS,