Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h41 unsigned NumExecuting; variable
57 NumExecutedPredecessors(0), NumInstructions(0), NumExecuting(0), in MemoryGroup()
72 unsigned getNumExecuting() const { return NumExecuting; } in getNumExecuting()
111 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted)); in isExecuting()
137 ++NumExecuting; in onInstructionIssued()
165 --NumExecuting; in onInstructionExecuted()