mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
935e89a564
This patch introduces a cut-off threshold for dependency edge frequences with the goal of simplifying the critical sequence computation. This patch also removes the cost normalization for loop carried dependencies. We didn't really need to artificially amplify the cost of loop-carried dependencies since it is already computed as the integral over time of the delay (in cycle). In the absence of backend stalls there is no need for computing a critical sequence. With this patch we early exit from the critical sequence computation if no bottleneck was reported during the simulation. llvm-svn: 372337 |
||
---|---|---|
.. | ||
BottleneckAnalysis.cpp | ||
BottleneckAnalysis.h | ||
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 |