Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp24 MaxCycle(Cycles == 0 ? std::numeric_limits<unsigned>::max() : Cycles), in TimelineView()
67 if (CurrentCycle < MaxCycle) in onEvent()
105 if (CurrentCycle < MaxCycle) in onEvent()
H A DTimelineView.h124 unsigned MaxCycle; variable