Searched refs:stopTimer (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassTimingInfo.h98 void stopTimer(StringRef PassID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp229 void TimePassesHandler::stopTimer(StringRef PassID) { function in class:llvm::TimePassesHandler
234 MyTimer->stopTimer();
263 stopTimer(PassID);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h70 /// its startTimer()/stopTimer() methods. Given appropriate OS support it can
118 /// Start the timer running. Time between calls to startTimer/stopTimer is
124 void stopTimer();
137 /// stopTimer() methods of the Timer class. When the object is constructed, it
152 if (T) T->stopTimer();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp261 SyntaxCheckTimer->stopTimer();
492 SyntaxCheckTimer->stopTimer();
668 SyntaxCheckTimer->stopTimer();
704 ExprEngineTimer->stopTimer();
718 BugReporterTimer->stopTimer();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp145 void Timer::stopTimer() { function in class:Timer
358 T->stopTimer();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp199 LLVMIRGeneration.stopTimer();
219 LLVMIRGeneration.stopTimer();
235 LLVMIRGeneration.stopTimer();
288 LLVMIRGeneration.stopTimer();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11615 ReadTimer->stopTimer();

Completed in 181 milliseconds