Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp194 StringMap<CountAndDurationType> AllCountAndTotalPerName; in write() local
198 auto &CountAndTotal = AllCountAndTotalPerName[Key]; in write()
209 SortedTotals.reserve(AllCountAndTotalPerName.size()); in write()
210 for (const auto &Total : AllCountAndTotalPerName) in write()
222 auto Count = AllCountAndTotalPerName[Total.first].first; in write()