Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp154 BaseLine.stopTimer(); in benchmark()
163 Tokenizing.stopTimer(); in benchmark()
173 Parsing.stopTimer(); in benchmark()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp269 SyntaxCheckTimer->stopTimer(); in VisitDecl()
500 SyntaxCheckTimer->stopTimer(); in runAnalysisOnTranslationUnit()
676 SyntaxCheckTimer->stopTimer(); in HandleCode()
712 ExprEngineTimer->stopTimer(); in RunPathSensitiveChecks()
726 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DMain.cpp114 Records.stopTimer(); in TableGenMain()
156 Records.stopTimer(); in TableGenMain()
H A DRecord.cpp2691 LastTimer->stopTimer(); in startTimer()
2703 void RecordKeeper::stopTimer() { in stopTimer() function in RecordKeeper
2706 LastTimer->stopTimer(); in stopTimer()
2720 stopTimer(); in stopBackendTimer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h130 void stopTimer();
158 if (T) T->stopTimer(); in ~TimeRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassTimingInfo.h97 void stopTimer(StringRef PassID);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp172 void Timer::stopTimer() { in stopTimer() function in Timer
390 T->stopTimer(); in prepareToPrintList()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1860 void stopTimer();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11580 ReadTimer->stopTimer(); in FinishedDeserializing()