Home
last modified time | relevance | path

Searched refs:NameAndCountAndDurationType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp33 NameAndCountAndDurationType; typedef
135 std::vector<NameAndCountAndDurationType> SortedTotals; in Write()
141 [](const NameAndCountAndDurationType &A, in Write()
142 const NameAndCountAndDurationType &B) { in Write()
/external/llvm-project/llvm/lib/Support/
DTimeProfiler.cpp46 NameAndCountAndDurationType; typedef
185 std::vector<NameAndCountAndDurationType> SortedTotals; in write()
190 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A, in write()
191 const NameAndCountAndDurationType &B) { in write()
197 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write()