Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp221 StringRef GroupDescription) { in get() argument
225 getGroupEntry(GroupName, GroupDescription); in get()
232 TimerGroup &getTimerGroup(StringRef GroupName, StringRef GroupDescription) { in getTimerGroup() argument
234 return *getGroupEntry(GroupName, GroupDescription).first; in getTimerGroup()
239 getGroupEntry(StringRef GroupName, StringRef GroupDescription) { in getGroupEntry() argument
242 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in getGroupEntry()
252 StringRef GroupDescription, bool Enabled) in NamedRegionTimer() argument
256 GroupDescription)) {} in NamedRegionTimer()
259 StringRef GroupDescription) { in getNamedTimerGroup() argument
260 return namedGroupedTimers().getTimerGroup(GroupName, GroupDescription); in getNamedTimerGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h173 StringRef GroupDescription,
179 StringRef GroupDescription);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp908 StringRef GroupDescription = "Instruction Selection and Scheduling"; in CodeGenAndEmitDAG() local
946 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
968 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
992 GroupName, GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
1009 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
1026 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
1046 GroupName, GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
1066 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
1086 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
1110 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
[all …]