forked from OSchip/llvm-project
fe3bc1b9bf
This patch teaches view RegisterFileStatistics how to report events for optimizable register moves. For each processor register file, view RegisterFileStatistics reports the following extra information: - Number of optimizable register moves - Number of register moves eliminated - Number of zero moves (i.e. register moves that propagate a zero) - Max Number of moves eliminated per cycle. Differential Revision: https://reviews.llvm.org/D53976 llvm-svn: 345865 |
||
---|---|---|
.. | ||
DispatchStatistics.cpp | ||
DispatchStatistics.h | ||
InstructionInfoView.cpp | ||
InstructionInfoView.h | ||
RegisterFileStatistics.cpp | ||
RegisterFileStatistics.h | ||
ResourcePressureView.cpp | ||
ResourcePressureView.h | ||
RetireControlUnitStatistics.cpp | ||
RetireControlUnitStatistics.h | ||
SchedulerStatistics.cpp | ||
SchedulerStatistics.h | ||
SummaryView.cpp | ||
SummaryView.h | ||
TimelineView.cpp | ||
TimelineView.h | ||
View.cpp | ||
View.h |