Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp24 MaxCycle(Cycles == 0 ? 80 : Cycles), LastCycle(0), WaitTime(S.size()), in TimelineView()
106 LastCycle = std::max(LastCycle, CurrentCycle); in onEvent()
252 for (unsigned I = Entry.CycleRetired + 1, E = LastCycle; I <= E; ++I) in printTimelineViewEntry()
253 OS << ((I % 5 == 0 || I == LastCycle) ? '.' : ' '); in printTimelineViewEntry()
282 printTimelineHeader(FOS, LastCycle); in printTimeline()
H A DTimelineView.h125 unsigned LastCycle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h501 int LastCycle = 0; variable
522 LastCycle = 0; in reset()
580 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()