Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp253 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp741 StringRef GroupDescription = "Instruction Selection and Scheduling"; in CodeGenAndEmitDAG() local
782 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
804 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
828 GroupName, GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
845 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
862 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
882 GroupName, GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
902 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
922 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
946 GroupDescription, TimePassesIsEnabled); in CodeGenAndEmitDAG()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTimer.h168 StringRef GroupDescription, bool Enabled = true);