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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp171 StringMap<CountAndDurationType> AllCountAndTotalPerName; local
175 auto &CountAndTotal = AllCountAndTotalPerName[Key];
186 SortedTotals.reserve(AllCountAndTotalPerName.size());
187 for (const auto &Total : AllCountAndTotalPerName)
199 auto Count = AllCountAndTotalPerName[Total.first].first;

Completed in 101 milliseconds