Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h546 int LastCycle = 0; variable
568 LastCycle = 0; in reset()
629 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2354 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()