[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.

llvm-svn: 200586
This commit is contained in:
Chandler Carruth 2014-01-31 22:32:32 +00:00
parent bd63b33854
commit 394e34f5c2
1 changed files with 3 additions and 0 deletions

View File

@ -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