Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp63 << ", #IIssued = " << Group.getNumExecuting() in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h69 unsigned getNumExecuting() const { return NumExecuting; } in getNumExecuting() function