Home
last modified time | relevance | path

Searched refs:TimingGroup (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1787 TimerGroup *TimingGroup = nullptr; variable
1853 TimingGroup = new TimerGroup("TableGen", "TableGen Phase Timing"); in startPhaseTiming()
1871 if (TimingGroup) in stopPhaseTiming()
1872 delete TimingGroup; in stopPhaseTiming() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2689 if (TimingGroup) { in startTimer()
2698 LastTimer = new Timer("", Name, *TimingGroup); in startTimer()
2704 if (TimingGroup) { in stopTimer()
2711 if (TimingGroup) { in startBackendTimer()
2718 if (TimingGroup) { in stopBackendTimer()