Searched refs:TimerGroup (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Timer.cpp | 227 TimerGroup::TimerGroup(StringRef Name, StringRef Description) in TimerGroup() function in TimerGroup 239 TimerGroup::TimerGroup(StringRef Name, StringRef Description, in TimerGroup() function in TimerGroup 241 : TimerGroup(Name, Description) { in TimerGroup() 248 TimerGroup::~TimerGroup() { in ~TimerGroup() 262 void TimerGroup::removeTimer(Timer &T) { in removeTimer() 285 void TimerGroup::addTimer(Timer &T) { in addTimer() 345 void TimerGroup::prepareToPrintList() { in prepareToPrintList() 360 void TimerGroup::print(raw_ostream &OS) { in print() 370 void TimerGroup::clear() { in clear() 383 void TimerGroup::clearAll() { in clearAll() [all …]
|
| H A D | Statistic.cpp | 120 TimerGroup::ConstructTimerLists(); in StatisticInfo() 223 TimerGroup::printAllJSONValues(OS, delim); in PrintStatisticsJSON()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Timer.h | 24 class TimerGroup; variable 84 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in. 92 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { in Timer() 134 friend class TimerGroup; 171 class TimerGroup { 192 TimerGroup *Next; ///< Pointer to next timergroup in list. 193 TimerGroup(const TimerGroup &TG) = delete; 194 void operator=(const TimerGroup &TG) = delete; 197 explicit TimerGroup(StringRef Name, StringRef Description); 199 explicit TimerGroup(StringRef Name, StringRef Description, [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | PassTimingInfo.h | 55 TimerGroup TG;
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/driver/ |
| H A D | cc1_main.cpp | 223 llvm::TimerGroup::printAll(llvm::errs()); in cc1_main()
|
| H A D | driver.cpp | 501 llvm::TimerGroup::printAll(llvm::errs()); in main()
|
| H A D | cc1as_main.cpp | 593 TimerGroup::printAll(errs()); in cc1as_main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 35 class TimerGroup; variable 117 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup;
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 64 TimerGroup TG;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 193 std::unique_ptr<llvm::TimerGroup> AnalyzerTimers; 208 AnalyzerTimers = llvm::make_unique<llvm::TimerGroup>( in AnalysisConsumer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 606 new llvm::TimerGroup("frontend", "Clang front-end time report")); in createFrontendTimer()
|