Home
last modified time | relevance | path

Searched refs:startBackendTimer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DTGTimer.h48 void startBackendTimer(StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGTimer.cpp41 void TGTimer::startBackendTimer(StringRef Name) { in startBackendTimer() function in TGTimer
H A DMain.cpp146 Timer.startBackendTimer("Backend overall"); in TableGenMain()