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.cpp224 std::pair<TimerGroup *, Name2TimerMap> &GroupEntry = in get() local
226 Timer &T = GroupEntry.second[Name]; in get()
228 T.init(Name, Description, *GroupEntry.first); in get()
240 std::pair<TimerGroup *, Name2TimerMap> &GroupEntry = Map[GroupName]; in getGroupEntry() local
241 if (!GroupEntry.first) in getGroupEntry()
242 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in getGroupEntry()
244 return GroupEntry; in getGroupEntry()