Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp95 BU.MaxUsedSlots = std::max(BU.MaxUsedSlots, BU.SlotsInUse); in updateHistograms()
127 if (all_of(Usage, [](const BufferUsage &BU) { return !BU.MaxUsedSlots; })) { in printSchedulerUsage()
160 BU.MaxUsedSlots == static_cast<unsigned>(ProcResource.BufferSize)) in printSchedulerUsage()
162 FOS << BU.MaxUsedSlots; in printSchedulerUsage()
H A DSchedulerStatistics.h61 unsigned MaxUsedSlots; member