Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp205 if (Total.getInstructionsExecuted()) in print()
206 OS << format("%9" PRId64 " ", (int64_t)getInstructionsExecuted()); in print()
366 if (Total.getInstructionsExecuted()) in PrintQueuedTimers()
462 if (T.getInstructionsExecuted()) { in printJSONValues()
464 printJSONValue(OS, R, ".instr", T.getInstructionsExecuted()); in printJSONValues()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h48 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted() function