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

  /src/external/gpl3/gcc/dist/gcc/
postreload.cc 715 static int first_index_reg = -1;
1147 for (i = first_index_reg; i <= last_index_reg; i++)
1245 else if (first_index_reg == -1 && last_index_reg == 0)
1250 if (first_index_reg == -1)
1251 first_index_reg = r;
1258 if (first_index_reg == -1)
714 static int first_index_reg = -1; variable
postreload.cc 715 static int first_index_reg = -1;
1147 for (i = first_index_reg; i <= last_index_reg; i++)
1245 else if (first_index_reg == -1 && last_index_reg == 0)
1250 if (first_index_reg == -1)
1251 first_index_reg = r;
1258 if (first_index_reg == -1)
714 static int first_index_reg = -1; variable
  /src/external/gpl3/gcc.old/dist/gcc/
postreload.cc 715 static int first_index_reg = -1;
1147 for (i = first_index_reg; i <= last_index_reg; i++)
1245 else if (first_index_reg == -1 && last_index_reg == 0)
1250 if (first_index_reg == -1)
1251 first_index_reg = r;
1258 if (first_index_reg == -1)
714 static int first_index_reg = -1; variable
postreload.cc 715 static int first_index_reg = -1;
1147 for (i = first_index_reg; i <= last_index_reg; i++)
1245 else if (first_index_reg == -1 && last_index_reg == 0)
1250 if (first_index_reg == -1)
1251 first_index_reg = r;
1258 if (first_index_reg == -1)
714 static int first_index_reg = -1; variable

Completed in 99 milliseconds