Lines Matching refs:LastCycle
974 unsigned LastCycle = getSUnit(&*(std::prev(std::end(*this))))->TopReadyCycle; in dumpScheduleTraceTopDown() local
983 if (SU->TopReadyCycle + PI->ReleaseAtCycle - 1 > LastCycle) in dumpScheduleTraceTopDown()
984 LastCycle = SU->TopReadyCycle + PI->ReleaseAtCycle - 1; in dumpScheduleTraceTopDown()
989 for (unsigned C = FirstCycle; C <= LastCycle; ++C) in dumpScheduleTraceTopDown()
1003 for (; C <= LastCycle; ++C) { in dumpScheduleTraceTopDown()
1035 while (C++ <= LastCycle) in dumpScheduleTraceTopDown()
1056 int LastCycle = getSUnit(&*(std::prev(std::end(*this))))->BotReadyCycle; in dumpScheduleTraceBottomUp() local
1065 if ((int)SU->BotReadyCycle - PI->ReleaseAtCycle + 1 < LastCycle) in dumpScheduleTraceBottomUp()
1066 LastCycle = (int)SU->BotReadyCycle - PI->ReleaseAtCycle + 1; in dumpScheduleTraceBottomUp()
1071 for (int C = FirstCycle; C >= LastCycle; --C) in dumpScheduleTraceBottomUp()
1085 for (; C >= LastCycle; --C) { in dumpScheduleTraceBottomUp()
1116 while (C-- >= LastCycle) in dumpScheduleTraceBottomUp()