Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h54 Histogram DispatchGroupSizePerCycle; variable
57 DispatchGroupSizePerCycle[NumDispatched]++; in updateHistograms()
H A DDispatchStatistics.cpp41 for (const std::pair<unsigned, unsigned> &Entry : DispatchGroupSizePerCycle) { in printDispatchHistogram()