HomeSort by: relevance | last modified time | path
    Searched defs:eq_uses (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
df.h 377 the eq_uses and the defs. These chains go through the refs
429 df_ref eq_uses; member in struct:df_insn_info
512 for the uses, one for the eq_uses and one for the defs. */
754 #define DF_INSN_INFO_EQ_USES(II) ((II)->eq_uses)
770 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses)
  /src/external/gpl3/gcc.old/dist/gcc/
df.h 377 the eq_uses and the defs. These chains go through the refs
429 df_ref eq_uses; member in struct:df_insn_info
512 for the uses, one for the eq_uses and one for the defs. */
754 #define DF_INSN_INFO_EQ_USES(II) ((II)->eq_uses)
770 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses)

Completed in 26 milliseconds