Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp243 void TimePassesHandler::stopTimer(StringRef PassID) { in stopTimer() function in llvm::TimePassesHandler
248 MyTimer->stopTimer(); in stopTimer()
267 stopTimer(PassID); in runAfterPass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp114 Records.stopTimer(); in TableGenMain()
156 Records.stopTimer(); in TableGenMain()
H A DRecord.cpp2690 LastTimer->stopTimer(); in startTimer()
2702 void RecordKeeper::stopTimer() { in stopTimer() function in RecordKeeper
2705 LastTimer->stopTimer(); in stopTimer()
2719 stopTimer(); in stopBackendTimer()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp281 SyntaxCheckTimer->stopTimer(); in VisitDecl()
512 SyntaxCheckTimer->stopTimer(); in runAnalysisOnTranslationUnit()
638 SyntaxCheckTimer->stopTimer(); in HandleCode()
681 ExprEngineTimer->stopTimer(); in RunPathSensitiveChecks()
699 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h130 void stopTimer();
158 if (T) T->stopTimer(); in ~TimeRegion()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassTimingInfo.h97 void stopTimer(StringRef PassID);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp200 LLVMIRGeneration.stopTimer(); in Initialize()
220 LLVMIRGeneration.stopTimer(); in HandleTopLevelDecl()
236 LLVMIRGeneration.stopTimer(); in HandleInlineFunctionDefinition()
294 LLVMIRGeneration.stopTimer(); in HandleTranslationUnit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp197 void Timer::stopTimer() { in stopTimer() function in Timer
415 T->stopTimer(); in prepareToPrintList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1860 void stopTimer();
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11609 ReadTimer->stopTimer(); in FinishedDeserializing()