Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp53 dbgs() << "[LSUnit] NextLQSlotIdx = " << getUsedLQEntries() << '\n'; in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h68 unsigned getUsedLQEntries() const { return UsedLQEntries; } in getUsedLQEntries() function