Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp198 if (Total.getInstructionsExecuted()) in print()
199 OS << format("%9" PRId64 " ", (int64_t)getInstructionsExecuted()); in print()
376 if (Total.getInstructionsExecuted()) in PrintQueuedTimers()
467 if (T.getInstructionsExecuted()) { in printJSONValues()
469 printJSONValue(OS, R, ".instr", T.getInstructionsExecuted()); in printJSONValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h48 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted() function
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1162 << llvm::format("%llu", R.getInstructionsExecuted()) << "\n"; in clang_scan_deps_main()