Lines Matching defs:End
332 printf("Optimize: End dead code removal.\n");
560 printf("Optimize: End remove extra move use.\n");
799 printf("Optimize: End remove extra moves. %u instructions removed\n", rem);
811 GLuint Start, End; /** Start/end instruction numbers */
836 while (i >= 0 && list->Intervals[i].End > inv->End) {
847 assert(list->Intervals[i].End <= list->Intervals[i + 1].End);
864 assert(list->Intervals[k].End == inv->End);
908 GLuint Start, End; /**< Start, end instructions of loop */
929 end = loopStack[i].End;
938 if (loopStackDepth > 0 && ic > loopStack[0].Start && ic < loopStack[0].End) {
976 loopStack[loopStackDepth].End = inst->BranchTarget;
1049 inv.End = intEnd[i];
1062 inv->Reg, inv->Start, inv->End);
1067 for (j = inv->Start; j <= inv->End; j++)
1144 if (inv->End >= live->Start) {
1202 printf("Optimize: End live-interval register reallocation\n");
1305 printf("Optimize: End reads without writes\n");