Searched refs:TimingGroup (Results 1 – 2 of 2) sorted by relevance
1787 TimerGroup *TimingGroup = nullptr; variable1853 TimingGroup = new TimerGroup("TableGen", "TableGen Phase Timing"); in startPhaseTiming()1871 if (TimingGroup) in stopPhaseTiming()1872 delete TimingGroup; in stopPhaseTiming() local
2688 if (TimingGroup) { in startTimer()2697 LastTimer = new Timer("", Name, *TimingGroup); in startTimer()2703 if (TimingGroup) { in stopTimer()2710 if (TimingGroup) { in startBackendTimer()2717 if (TimingGroup) { in stopBackendTimer()