Searched refs:GroupDescription (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 769 StringRef GroupDescription = "Instruction Selection and Scheduling"; in CodeGenAndEmitDAG() local 810 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 832 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 873 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 890 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 930 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 950 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 974 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 990 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() 1002 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Timer.h | 169 StringRef GroupDescription, bool Enabled = true);
|