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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp116 auto &CountAndTotal = CountAndTotalPerName[E.Name];
170 // Combine all CountAndTotalPerName from threads into one.
179 for (const auto &Stat : CountAndTotalPerName)
182 for (const auto &Stat : TTP->CountAndTotalPerName)
251 StringMap<CountAndDurationType> CountAndTotalPerName; member in struct:llvm::TimeTraceProfiler

Completed in 105 milliseconds