Searched refs:LastCycle (Results 1 – 4 of 4) sorted by relevance
73 LastCycle = std::max(LastCycle, CurrentCycle); in onEvent()176 for (unsigned I = Entry.CycleRetired + 1, E = LastCycle; I <= E; ++I) in printTimelineViewEntry()177 OS << ((I % 5 == 0 || I == LastCycle) ? '.' : ' '); in printTimelineViewEntry()209 printTimelineHeader(FOS, LastCycle); in printTimeline()
127 unsigned LastCycle; variable171 MaxCycle(Cycles == 0 ? 80 : Cycles), LastCycle(0) { in TimelineView()
549 int LastCycle; member in __anon5f28c6f30111::SMSchedule567 LastCycle = 0; in SMSchedule()583 LastCycle = 0; in reset()638 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()2228 LastCycle = Schedule.getFinalCycle(); in generatePipelinedLoop() local2229 Cycle <= LastCycle; ++Cycle) { in generatePipelinedLoop()3469 checkCycle <= LastCycle; checkCycle += II) { in insert()3491 if (curCycle > LastCycle) in insert()3492 LastCycle = curCycle; in insert()3571 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()[all …]
600 int LastCycle = 0; member in __anona194c52b0111::SMSchedule623 LastCycle = 0; in reset()678 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()2346 LastCycle = Schedule.getFinalCycle(); in generatePipelinedLoop() local2347 Cycle <= LastCycle; ++Cycle) { in generatePipelinedLoop()3614 checkCycle <= LastCycle; checkCycle += II) { in insert()3636 if (curCycle > LastCycle) in insert()3637 LastCycle = curCycle; in insert()3716 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()4161 for (int cycle = getFinalCycle() + 1; cycle <= LastCycle; ++cycle) in finalizeSchedule()