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

  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 106 /* Mapping from INSN_UID to INSN_LUID. In the end all other per insn data
109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)])
115 /* The highest INSN_LUID. */
118 extern int insn_luid (rtx);
975 #define HDID(INSN) (&h_d_i_d[INSN_LUID (INSN)])
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 106 /* Mapping from INSN_UID to INSN_LUID. In the end all other per insn data
109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)])
115 /* The highest INSN_LUID. */
118 extern int insn_luid (rtx);
973 #define HDID(INSN) (&h_d_i_d[INSN_LUID (INSN)])

Completed in 61 milliseconds