Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp256 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName]; in get() local
258 if (!GroupEntry.first) in get()
259 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get()
261 Timer &T = GroupEntry.second[Name]; in get()
263 T.init(Name, Description, *GroupEntry.first); in get()