Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h31 uint64_t InstructionsExecuted; ///< Number of instructions executed variable
35 InstructionsExecuted(0) {} in TimeRecord()
48 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted()
60 InstructionsExecuted += RHS.InstructionsExecuted;
67 InstructionsExecuted -= RHS.InstructionsExecuted;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp151 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()
155 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()