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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp53 Usage[LQResourceID].SlotsInUse++;
58 Usage[SQResourceID].SlotsInUse++;
64 assert(Usage[LQResourceID].SlotsInUse);
65 Usage[LQResourceID].SlotsInUse--;
68 assert(Usage[SQResourceID].SlotsInUse);
69 Usage[SQResourceID].SlotsInUse--;
79 Usage[Buffer].SlotsInUse++;
88 Usage[Buffer].SlotsInUse--;
94 BU.CumulativeNumUsedSlots += BU.SlotsInUse;
95 BU.MaxUsedSlots = std::max(BU.MaxUsedSlots, BU.SlotsInUse);
[all...]
H A DSchedulerStatistics.h60 unsigned SlotsInUse; member in struct:llvm::mca::final::BufferUsage

Completed in 172 milliseconds