Home
last modified time | relevance | path

Searched refs:stopTimer (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGTimer.cpp22 LastTimer->stopTimer(); in startTimer()
33 void TGTimer::stopTimer() { in stopTimer() function in TGTimer
38 LastTimer->stopTimer(); in stopTimer()
52 stopTimer(); in stopBackendTimer()
H A DMain.cpp138 Timer.stopTimer(); in TableGenMain()
189 Timer.stopTimer(); in TableGenMain()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp247 PassActiveTimerStack.back()->stopTimer(); in startPassTimer()
262 MyTimer->stopTimer(); in stopPassTimer()
276 AnalysisActiveTimerStack.back()->stopTimer(); in startAnalysisTimer()
290 MyTimer->stopTimer(); in stopAnalysisTimer()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp330 DecompressTimer.stopTimer(); in decompress()
345 HashRecalcTimer.stopTimer(); in decompress()
401 HashTimer.stopTimer(); in compress()
414 CompressTimer.stopTimer(); in compress()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DTGTimer.h44 void stopTimer();
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp265 SyntaxCheckTimer->stopTimer(); in VisitDecl()
383 BugReporterTimer->stopTimer(); in flushReports()
558 SyntaxCheckTimer->stopTimer(); in runAnalysisOnTranslationUnit()
727 SyntaxCheckTimer->stopTimer(); in HandleCode()
771 ExprEngineTimer->stopTimer(); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h131 LLVM_ABI void stopTimer();
162 if (T) T->stopTimer(); in ~TimeRegion()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp158 void Timer::stopTimer() { in stopTimer() function in Timer
174 stopTimer(); in yieldTo()
399 T->stopTimer(); in prepareToPrintList()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp374 UpdateTimer.stopTimer(); in update()
389 UpdateTimer.stopTimer(); in updateIfStale()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1031 HashTimer.stopTimer(); in compress()
1043 CompressTimer.stopTimer(); in compress()
1279 DecompressTimer.stopTimer(); in decompress()
1294 HashRecalcTimer.stopTimer(); in decompress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp158 LLVMIRGeneration.stopTimer(); in Initialize()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1144 T.stopTimer(); in clang_scan_deps_main()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10952 ReadTimer->stopTimer(); in FinishedDeserializing()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24302 {"_ZN4llvm5Timer9stopTimerEv", "llvm::Timer::stopTimer()"},