Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp259 PassActiveTimerStack.back()->stopTimer(); in startPassTimer()
274 MyTimer->stopTimer(); in startAnalysisTimer()
288 AnalysisActiveTimerStack.back()->stopTimer(); in stopAnalysisTimer()
302 MyTimer->stopTimer(); in registerCallbacks()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp127 Records.stopTimer(); in TableGenMain()
176 Records.stopTimer(); in TableGenMain()
H A DRecord.cpp3188 LastTimer->stopTimer(); in startTimer()
3200 void RecordKeeper::stopTimer() { in stopTimer() function in RecordKeeper
3203 LastTimer->stopTimer(); in stopTimer()
3217 stopTimer(); in stopBackendTimer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp275 SyntaxCheckTimer->stopTimer(); in VisitDecl()
536 SyntaxCheckTimer->stopTimer(); in runAnalysisOnTranslationUnit()
689 SyntaxCheckTimer->stopTimer(); in HandleCode()
732 ExprEngineTimer->stopTimer(); in RunPathSensitiveChecks()
750 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h127 void stopTimer();
155 if (T) T->stopTimer(); in ~TimeRegion()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp197 void Timer::stopTimer() { in stopTimer() function in Timer
414 T->stopTimer(); in prepareToPrintList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp184 LLVMIRGeneration.stopTimer(); in Initialize()
204 LLVMIRGeneration.stopTimer(); in HandleTopLevelDecl()
220 LLVMIRGeneration.stopTimer(); in HandleInlineFunctionDefinition()
281 LLVMIRGeneration.stopTimer(); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp362 UpdateTimer.stopTimer(); in update()
377 UpdateTimer.stopTimer(); in updateIfStale()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1000 HashTimer.stopTimer(); in compress()
1013 CompressTimer.stopTimer(); in compress()
1137 DecompressTimer.stopTimer(); in decompress()
1153 HashRecalcTimer.stopTimer(); in decompress()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1039 T.stopTimer(); in clang_scan_deps_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2042 void stopTimer();
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10326 ReadTimer->stopTimer(); in FinishedDeserializing()