Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp230 if (Total.getInstructionsExecuted()) in print()
231 OS << format("%9" PRId64 " ", (int64_t)getInstructionsExecuted()); in print()
391 if (Total.getInstructionsExecuted()) in PrintQueuedTimers()
486 if (T.getInstructionsExecuted()) { in printJSONValues()
488 printJSONValue(OS, R, ".instr", T.getInstructionsExecuted()); in printJSONValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h45 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted() function