Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp259 PassActiveTimerStack.back()->stopTimer(); in startPassTimer()
274 MyTimer->stopTimer(); in stopPassTimer()
288 AnalysisActiveTimerStack.back()->stopTimer(); in startAnalysisTimer()
302 MyTimer->stopTimer(); in stopAnalysisTimer()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp275 SyntaxCheckTimer->stopTimer(); in VisitDecl()
535 SyntaxCheckTimer->stopTimer(); in runAnalysisOnTranslationUnit()
687 SyntaxCheckTimer->stopTimer(); in HandleCode()
730 ExprEngineTimer->stopTimer(); in RunPathSensitiveChecks()
748 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h127 void stopTimer();
155 if (T) T->stopTimer(); in ~TimeRegion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp197 void Timer::stopTimer() { in stopTimer() function in Timer
414 T->stopTimer(); in prepareToPrintList()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp191 LLVMIRGeneration.stopTimer(); in Initialize()
211 LLVMIRGeneration.stopTimer(); in HandleTopLevelDecl()
227 LLVMIRGeneration.stopTimer(); in HandleInlineFunctionDefinition()
309 LLVMIRGeneration.stopTimer(); in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp361 UpdateTimer.stopTimer(); in update()
376 UpdateTimer.stopTimer(); in updateIfStale()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp901 HashTimer.stopTimer(); in compress()
924 CompressTimer.stopTimer(); in compress()
1017 DecompressTimer.stopTimer(); in decompress()
1030 HashRecalcTimer.stopTimer(); in decompress()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2042 void stopTimer();
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10130 ReadTimer->stopTimer(); in FinishedDeserializing()