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

  /src/external/gpl3/gcc/dist/gcc/
ira.cc 1491 int j, k, hard_regno, cl, last_hard_regno, count;
1499 last_hard_regno = -1;
1511 last_hard_regno = hard_regno;
1519 ira_class_singleton[cl][j] = (count == 1 ? last_hard_regno : -1);
1481 int j, k, hard_regno, cl, last_hard_regno, count; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 1484 int j, k, hard_regno, cl, last_hard_regno, count;
1492 last_hard_regno = -1;
1504 last_hard_regno = hard_regno;
1512 ira_class_singleton[cl][j] = (count == 1 ? last_hard_regno : -1);
1474 int j, k, hard_regno, cl, last_hard_regno, count; local

Completed in 30 milliseconds