Searched refs:process_uses (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fwprop.c | 201 process_uses (df_ref use, int top_flag) in process_uses() function 237 process_uses (df_get_artificial_uses (bb_index), DF_REF_AT_TOP); in before_dom_children() 248 process_uses (DF_INSN_UID_USES (uid), 0); in before_dom_children() 249 process_uses (DF_INSN_UID_EQ_USES (uid), 0); in before_dom_children() 254 process_uses (df_get_artificial_uses (bb_index), 0); in before_dom_children()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | fwprop.c | 199 process_uses (df_ref *use_rec, int top_flag) in process_uses() function 230 process_uses (df_get_artificial_uses (bb_index), DF_REF_AT_TOP); in single_def_use_enter_block() 241 process_uses (DF_INSN_UID_USES (uid), 0); in single_def_use_enter_block() 242 process_uses (DF_INSN_UID_EQ_USES (uid), 0); in single_def_use_enter_block() 247 process_uses (df_get_artificial_uses (bb_index), 0); in single_def_use_enter_block()
|