mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 14:45:50 +00:00
[inliner] Print out extra stats about the cost, threshold, and vector
bonus in the inline cost analysis. Split out of a patch by Dario Domizioli to commit separately. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d96045528
commit
7c30caaec1
@ -1178,6 +1178,9 @@ void CallAnalyzer::dump() {
|
||||
DEBUG_PRINT_STAT(SROACostSavings);
|
||||
DEBUG_PRINT_STAT(SROACostSavingsLost);
|
||||
DEBUG_PRINT_STAT(ContainsNoDuplicateCall);
|
||||
DEBUG_PRINT_STAT(Cost);
|
||||
DEBUG_PRINT_STAT(Threshold);
|
||||
DEBUG_PRINT_STAT(VectorBonus);
|
||||
#undef DEBUG_PRINT_STAT
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user