Searched refs:getInstructionsExecuted (Results 1 – 3 of 3) sorted by relevance
198 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()
48 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted() function
1162 << llvm::format("%llu", R.getInstructionsExecuted()) << "\n"; in clang_scan_deps_main()