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

  /src/external/gpl3/gcc/dist/gcc/
ira.cc 1163 enum reg_class tcl1, tcl2;
1167 tcl2 = ira_allocno_class_translate[cl2];
1168 if (tcl1 != NO_REGS && tcl2 != NO_REGS
1169 && (diff = allocno_class_order[tcl1] - allocno_class_order[tcl2]) != 0)
1156 enum reg_class tcl1, tcl2; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 1159 enum reg_class tcl1, tcl2;
1163 tcl2 = ira_allocno_class_translate[cl2];
1164 if (tcl1 != NO_REGS && tcl2 != NO_REGS
1165 && (diff = allocno_class_order[tcl1] - allocno_class_order[tcl2]) != 0)
1152 enum reg_class tcl1, tcl2; local

Completed in 22 milliseconds