Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTimer.h30 uint64_t InstructionsExecuted; ///< Number of instructions executed variable
34 InstructionsExecuted(0) {} in TimeRecord()
47 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted()
59 InstructionsExecuted += RHS.InstructionsExecuted;
66 InstructionsExecuted -= RHS.InstructionsExecuted;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp176 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()
180 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()