| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Timer.cpp | 121 return new TimerGroup("misc", "Miscellaneous Ungrouped Timers"); in call() 125 static ManagedStatic<TimerGroup, CreateDefaultTimerGroup> DefaultTimerGroup; 126 static TimerGroup *getDefaultTimerGroup() { return &*DefaultTimerGroup; } in getDefaultTimerGroup() 137 TimerGroup &tg) { in init() 244 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map; 247 for (StringMap<std::pair<TimerGroup*, Name2TimerMap> >::iterator in ~Name2PairMap() 256 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName]; in get() 259 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get() 285 static TimerGroup *TimerGroupList = nullptr; 287 TimerGroup::TimerGroup(StringRef Name, StringRef Description) in TimerGroup() function in TimerGroup [all …]
|
| H A D | Statistic.cpp | 125 TimerGroup::constructForStatistics(); in StatisticInfo() 223 TimerGroup::printAllJSONValues(OS, delim); in PrintStatisticsJSON()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Timer.h | 22 class TimerGroup; variable 88 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in. 96 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() 111 void init(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg); 138 friend class TimerGroup; 175 class TimerGroup { 196 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. 197 TimerGroup *Next; ///< Pointer to next timergroup in list. 198 TimerGroup(const TimerGroup &TG) = delete; 199 void operator=(const TimerGroup &TG) = delete; [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | PassTimingInfo.h | 51 TimerGroup PassTG; 52 TimerGroup AnalysisTG;
|
| /openbsd-src/gnu/llvm/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 145 static void benchmark(llvm::TimerGroup &Group, llvm::StringRef Name, in benchmark() 220 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() 223 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1_main.cpp | 256 llvm::TimerGroup::printAll(llvm::errs()); in cc1_main() 257 llvm::TimerGroup::clearAll(); in cc1_main()
|
| H A D | driver.cpp | 606 llvm::BuryPointer(llvm::TimerGroup::aquireDefaultGroup()); in clang_main() 610 llvm::TimerGroup::printAll(llvm::errs()); in clang_main() 611 llvm::TimerGroup::clearAll(); in clang_main()
|
| H A D | cc1as_main.cpp | 669 TimerGroup::printAll(errs()); in cc1as_main() 670 TimerGroup::clearAll(); in cc1as_main()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 66 TimerGroup TG; 173 TimerGroup &TG = IsPass ? PassTG : AnalysisTG; in getPassTimer()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 36 class TimerGroup; variable 114 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 114 std::unique_ptr<llvm::TimerGroup> AnalyzerTimers; 133 AnalyzerTimers = std::make_unique<llvm::TimerGroup>( in AnalysisConsumer()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1964 TimingGroup = new TimerGroup("TableGen", "TableGen Phase Timing"); in startPhaseTiming() 2019 TimerGroup *TimingGroup = nullptr;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 151 TimerGroup RTDyldTG{"llvm-rtdyld timers", "timers for llvm-rtdyld phases"};
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 733 new llvm::TimerGroup("frontend", "Clang front-end time report")); in createFrontendTimer()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 2003 TimerGroup JITLinkTG{"llvm-jitlink timers", "timers for llvm-jitlink phases"};
|