Searched defs:TimerGroupName (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocBase.h97 static const char TimerGroupName[]; member in class:llvm::RegAllocBase
H A DRegAllocBase.cpp47 const char RegAllocBase::TimerGroupName[] = "Register Allocation"; member in class:RegAllocBase
73 NamedRegionTimer T("Seed Live Regs", TimerGroupName, TimePassesIsEnabled);
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h128 const char *TimerName, *TimerGroupName; member in struct:llvm::AsmPrinter::HandlerInfo
130 const char *TimerGroupName)
132 TimerGroupName(TimerGroupName) {}
129 HandlerInfo(AsmPrinterHandler *Handler, const char *TimerName, const char *TimerGroupName) argument

Completed in 64 milliseconds