Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp52 dbgs() << "[LSUnit] SQ_Size = " << getStoreQueueSize() << '\n'; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h234 unsigned getStoreQueueSize() const { return SQSize; } in getStoreQueueSize() function