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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp46 NameAndCountAndDurationType; typedef
185 std::vector<NameAndCountAndDurationType> SortedTotals;
190 llvm::sort(SortedTotals, [](const NameAndCountAndDurationType &A,
191 const NameAndCountAndDurationType &B) {
197 for (const NameAndCountAndDurationType &Total : SortedTotals) {

Completed in 160 milliseconds