Searched refs:update_df (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfwprop.c901 update_df (rtx insn, rtx *loc, df_ref *use_rec, enum df_ref_type type,
1010 update_df (insn, loc, DF_INSN_INFO_USES (insn_info), type, flags);
1011 update_df (insn, loc, DF_INSN_INFO_EQ_USES (insn_info), type, flags);
1032 update_df (insn, loc, DF_INSN_INFO_USES (insn_info),
1034 update_df (insn, loc, DF_INSN_INFO_EQ_USES (insn_info),
1430 /* Go through all the uses. update_df will create new ones at the
1477 /* Go through all the uses. update_df will create new ones at the
897 update_df (rtx insn, rtx *loc, df_ref *use_rec, enum df_ref_type type, function

Completed in 122 milliseconds