Home
last modified time | relevance | path

Searched refs:LastCycle (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp25 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()
H A DTimelineView.h125 unsigned LastCycle; variable
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h510 int LastCycle = 0; variable
531 LastCycle = 0; in reset()
589 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2376 checkCycle <= LastCycle; checkCycle += II) { in insert()
2396 if (curCycle > LastCycle) in insert()
2397 LastCycle = curCycle; in insert()
2476 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()
2767 LastCycle = NewLastCycle; in normalizeNonPipelinedInstructions()
2963 for (int cycle = getFinalCycle() + 1; cycle <= LastCycle; ++cycle) in finalizeSchedule()