Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp64 << ", #IExecuted = " << Group.getNumExecuted() << '\n'; in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h70 unsigned getNumExecuted() const { return NumExecuted; } in getNumExecuted() function