Searched refs:TimerGroupList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DTimer.cpp249 /// TimerGroupList - This is the global list of TimerGroups, maintained by the
251 static TimerGroup *TimerGroupList = nullptr; variable
256 // Add the group to TimerGroupList.
258 if (TimerGroupList)
259 TimerGroupList->Prev = &Next;
260 Next = TimerGroupList;
261 Prev = &TimerGroupList;
262 TimerGroupList = this;
271 // Remove the group from the TimerGroupList.
387 for (TimerGroup *TG = TimerGroupList; T
[all...]

Completed in 400 milliseconds