Home
last modified time | relevance | path

Searched refs:DF_REF_FLAGS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddf-problems.c1041 if (!(DF_REF_FLAGS (def) in df_rd_bb_local_compute_process_def()
1464 && (!(DF_REF_FLAGS (def) & DF_REF_PARTIAL))) in df_lr_bb_local_compute()
1539 if ((DF_REF_FLAGS (def) & DF_REF_AT_TOP) in df_lr_bb_local_compute()
1540 && (!(DF_REF_FLAGS (def) & DF_REF_PARTIAL))) in df_lr_bb_local_compute()
1551 if (DF_REF_FLAGS (use) & DF_REF_AT_TOP) in df_lr_bb_local_compute()
1902 if (DF_REF_FLAGS (def) in df_ur_bb_local_compute()
1920 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in df_ur_bb_local_compute()
2451 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in df_urec_bb_local_compute()
2975 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in df_chain_create_bb()
2978 if (!(DF_REF_FLAGS (def) & DF_REF_PARTIAL)) in df_chain_create_bb()
[all …]
H A Ddf-scan.c719 if (DF_REF_FLAGS (ref) & DF_REF_ARTIFICIAL) in df_ref_remove()
735 if (DF_REF_FLAGS (ref) & DF_REF_ARTIFICIAL) in df_ref_remove()
949 DF_REF_FLAGS (this_ref) = ref_flags; in df_ref_create_structure()
980 if (DF_REF_FLAGS (this_ref) & DF_REF_ARTIFICIAL) in df_ref_create_structure()
1019 if (DF_REF_FLAGS (this_ref) & DF_REF_ARTIFICIAL) in df_ref_create_structure()
H A Ddf.h420 #define DF_REF_FLAGS(REF) ((REF)->flags) macro
H A Ddf-core.c1282 DF_REF_FLAGS (ref)); in df_ref_debug()
H A DChangeLog-200616012 DF_REF_ID, DF_REF_FLAGS, DF_REF_NEXT_REG, DF_REF_PREV_REG,
H A DChangeLog-20014604 (DF_REF_FLAGS): New macro.