Searched refs:LastCycle (Results 1 – 4 of 4) sorted by relevance
25 LastCycle(0), WaitTime(S.size()), UsedBuffer(S.size()) { in TimelineView()106 LastCycle = std::max(LastCycle, CurrentCycle); in onEvent()253 for (unsigned I = Entry.CycleRetired + 1, E = LastCycle; I <= E; ++I) in printTimelineViewEntry()254 OS << ((I % 5 == 0 || I == LastCycle) ? '.' : ' '); in printTimelineViewEntry()283 printTimelineHeader(FOS, LastCycle); in printTimeline()
125 unsigned LastCycle; variable
546 int LastCycle = 0; variable568 LastCycle = 0; in reset()629 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2354 if (curCycle > LastCycle) in insert()2355 LastCycle = curCycle; in insert()2434 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()2725 LastCycle = NewLastCycle; in normalizeNonPipelinedInstructions()2921 for (int cycle = getFinalCycle() + 1; cycle <= LastCycle; ++cycle) in finalizeSchedule()