Home
last modified time | relevance | path

Searched refs:MaxCycle (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp24 MaxCycle(Cycles == 0 ? 80 : Cycles), LastCycle(0), WaitTime(S.size()), in TimelineView()
67 if (CurrentCycle < MaxCycle) in onEvent()
103 if (CurrentCycle < MaxCycle) in onEvent()
H A DTimelineView.h127 unsigned MaxCycle; variable