Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp51 dbgs() << "[LSUnit] LQ_Size = " << getLoadQueueSize() << '\n'; in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h228 unsigned getLoadQueueSize() const { return LQSize; } in getLoadQueueSize() function