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

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

Completed in 94 milliseconds