Lines Matching defs:last
59 return last[f] + 1;
97 int last[LAST_REGISTER_FILE + 1];
114 last[rf] = targ->getFileSize(f) - 1;
117 assert(last[rf] < MAX_REGISTER_FILE_SIZE);
118 bits[rf].allocate(last[rf] + 1, true);
251 void condenseDefs(Instruction *, const int first, const int last);
252 void condenseSrcs(Instruction *, const int first, const int last);
1836 Instruction *last = NULL;
1856 last = NULL;
1858 if (!last || (usei != last->next && usei != last))
1860 last = usei;