Searched refs:GroupDescription (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Timer.cpp | 253 StringRef GroupDescription) { in get() argument 259 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get() 274 StringRef GroupDescription, bool Enabled) in NamedRegionTimer() argument 277 GroupDescription)) {} in NamedRegionTimer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 780 StringRef GroupDescription = "Instruction Selection and Scheduling"; in CodeGenAndEmitDAG() local 821 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 843 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 884 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 901 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 941 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 961 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 985 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 1001 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 1013 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Timer.h | 166 StringRef GroupDescription, bool Enabled = true);
|