Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
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()
DTimelineView.h125 unsigned LastCycle; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachinePipeliner.h501 int LastCycle = 0; variable
522 LastCycle = 0; in reset()
580 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp2382 checkCycle <= LastCycle; checkCycle += II) { in insert()
2402 if (curCycle > LastCycle) in insert()
2403 LastCycle = curCycle; in insert()
2482 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()
2902 for (int cycle = getFinalCycle() + 1; cycle <= LastCycle; ++cycle) in finalizeSchedule()