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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp24 MaxCycle(Cycles == 0 ? 80 : Cycles), LastCycle(0), WaitTime(S.size()),
104 LastCycle = std::max(LastCycle, CurrentCycle);
262 for (unsigned I = Entry.CycleRetired + 1, E = LastCycle; I <= E; ++I)
263 OS << ((I % 5 == 0 || I == LastCycle) ? '.' : ' ');
292 printTimelineHeader(FOS, LastCycle);
H A DTimelineView.h128 unsigned LastCycle; member in class:llvm::mca::TimelineView
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h495 int LastCycle = 0; member in class:llvm::SMSchedule
516 LastCycle = 0;
571 return (LastCycle - FirstCycle) / InitiationInterval;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2303 checkCycle <= LastCycle; checkCycle += II) {
2325 if (curCycle > LastCycle)
2326 LastCycle = curCycle;
2405 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) {
2826 for (int cycle = getFinalCycle() + 1; cycle <= LastCycle; ++cycle)

Completed in 119 milliseconds