Lines Matching refs:DEBUG_PRINT_STAT
2616 #define DEBUG_PRINT_STAT(x) dbgs() << " " #x ": " << x << "\n" in print() macro
2619 DEBUG_PRINT_STAT(NumConstantArgs); in print()
2620 DEBUG_PRINT_STAT(NumConstantOffsetPtrArgs); in print()
2621 DEBUG_PRINT_STAT(NumAllocaArgs); in print()
2622 DEBUG_PRINT_STAT(NumConstantPtrCmps); in print()
2623 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in print()
2624 DEBUG_PRINT_STAT(NumInstructionsSimplified); in print()
2625 DEBUG_PRINT_STAT(NumInstructions); in print()
2626 DEBUG_PRINT_STAT(SROACostSavings); in print()
2627 DEBUG_PRINT_STAT(SROACostSavingsLost); in print()
2628 DEBUG_PRINT_STAT(LoadEliminationCost); in print()
2629 DEBUG_PRINT_STAT(ContainsNoDuplicateCall); in print()
2630 DEBUG_PRINT_STAT(Cost); in print()
2631 DEBUG_PRINT_STAT(Threshold); in print()
2632 #undef DEBUG_PRINT_STAT in print()