| /llvm-project/llvm/unittests/Support/ |
| H A D | TimerTest.cpp | 45 T1.stopTimer(); in TEST() 50 T1.stopTimer(); 62 T1.stopTimer(); in TEST()
|
| /llvm-project/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 259 PassActiveTimerStack.back()->stopTimer(); in startPassTimer() 274 MyTimer->stopTimer(); in stopPassTimer() 288 AnalysisActiveTimerStack.back()->stopTimer(); in startAnalysisTimer() 302 MyTimer->stopTimer(); in stopAnalysisTimer()
|
| /llvm-project/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 143 BaseLine.stopTimer(); in dumpStream() 152 Tokenizing.stopTimer(); in benchmark() 162 Parsing.stopTimer(); in benchmark()
|
| /llvm-project/mlir/include/mlir/Support/ |
| H A D | Timing.h | 150 virtual void stopTimer(void *handle) = 0; 219 tm->stopTimer(handle); in stop() 457 void stopTimer(void *handle) override;
|
| /llvm-project/llvm/lib/TableGen/ |
| H A D | Main.cpp | 129 Timer.stopTimer(); in TableGenMain() 180 Timer.stopTimer(); in TableGenMain()
|
| H A D | Record.cpp | 3200 void RecordKeeper::stopTimer() { stopTimer() function in RecordKeeper
|
| /llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 275 SyntaxCheckTimer->stopTimer(); in VisitDecl() 536 SyntaxCheckTimer->stopTimer(); in runAnalysisOnTranslationUnit() 689 SyntaxCheckTimer->stopTimer(); in HandleCode() 732 ExprEngineTimer->stopTimer(); in RunPathSensitiveChecks() 750 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | Timer.h | 75 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can 123 /// Start the timer running. Time between calls to startTimer/stopTimer is 129 void stopTimer(); 145 /// stopTimer() methods of the Timer class. When the object is constructed, it 160 if (T) T->stopTimer();
|
| /llvm-project/bolt/lib/Core/ |
| H A D | ParallelUtilities.cpp | 136 LLVM_DEBUG(T.stopTimer()); in runOnEachFunction() 191 LLVM_DEBUG(T.stopTimer()); in runOnEachFunctionWithUniqueAllocId()
|
| /llvm-project/bolt/lib/Passes/ |
| H A D | IdenticalCodeFolding.cpp | 560 LLVM_DEBUG(T.stopTimer()); 578 LLVM_DEBUG(SinglePass.stopTimer());
|
| /llvm-project/llvm/lib/Support/ |
| H A D | Timer.cpp | 159 void Timer::stopTimer() { in getCurInstructionsExecuted() 175 stopTimer(); in getCurrentTime() 386 T->stopTimer(); in PrintQueuedTimers() 197 void Timer::stopTimer() { stopTimer() function in Timer
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 157 LLVMIRGeneration.stopTimer(); in getModule()
|
| /llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 362 UpdateTimer.stopTimer(); in update() 377 UpdateTimer.stopTimer(); in updateIfStale()
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | Preamble.cpp | 426 void stopTimer() { in stopTimer() function in clang::clangd::__anon0b7b15160111::WallTimer 440 ~WallTimerRegion() { T.stopTimer(); } in ~WallTimerRegion() 668 PreambleTimer.stopTimer(); in buildPreamble() 707 PrerequisiteModuleTimer.stopTimer(); in buildPreamble()
|
| /llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 1025 HashTimer.stopTimer(); in compress() 1037 CompressTimer.stopTimer(); in compress() 1218 DecompressTimer.stopTimer(); in ListBundleIDsInFile() 1234 HashRecalcTimer.stopTimer(); in isCodeObjectCompatible()
|
| /llvm-project/mlir/lib/Support/ |
| H A D | Timing.cpp | 572 void DefaultTimingManager::stopTimer(void *handle) { in stopTimer() function in DefaultTimingManager
|
| /llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 1072 T.stopTimer();
|
| /llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | |
| /llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10837 ReadTimer->stopTimer(); in VisitOMPNowaitClause()
|