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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 19267 int first_store_pos = -1;
19278 if (first_store_pos == -1)
19279 first_store_pos = pos;
19293 first_store_pos = -1;
19301 if (first_store_pos >= 0)
19307 move_to_end_of_ready (ready, first_store_pos, lastpos);
19230 int first_store_pos = -1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 18806 int first_store_pos = -1;
18817 if (first_store_pos == -1)
18818 first_store_pos = pos;
18832 first_store_pos = -1;
18840 if (first_store_pos >= 0)
18846 move_to_end_of_ready (ready, first_store_pos, lastpos);
18769 int first_store_pos = -1; local

Completed in 61 milliseconds