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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp136 bool PrintingTotals = SourceIndex == Source.size(); local
137 unsigned CumulativeExecutions = PrintingTotals ? Timeline.size() : Executions;
139 if (!PrintingTotals)
154 int BufferSize = PrintingTotals ? 0 : UsedBuffer[SourceIndex].second;
155 if (!PrintingTotals)
160 if (!PrintingTotals)
165 if (!PrintingTotals)

Completed in 154 milliseconds