Lines Matching refs:DEBUG_PRINT_STAT
1929 #define DEBUG_PRINT_STAT(x) dbgs() << " " #x ": " << x << "\n" in dump() macro
1930 DEBUG_PRINT_STAT(NumConstantArgs); in dump()
1931 DEBUG_PRINT_STAT(NumConstantOffsetPtrArgs); in dump()
1932 DEBUG_PRINT_STAT(NumAllocaArgs); in dump()
1933 DEBUG_PRINT_STAT(NumConstantPtrCmps); in dump()
1934 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in dump()
1935 DEBUG_PRINT_STAT(NumInstructionsSimplified); in dump()
1936 DEBUG_PRINT_STAT(NumInstructions); in dump()
1937 DEBUG_PRINT_STAT(SROACostSavings); in dump()
1938 DEBUG_PRINT_STAT(SROACostSavingsLost); in dump()
1939 DEBUG_PRINT_STAT(LoadEliminationCost); in dump()
1940 DEBUG_PRINT_STAT(ContainsNoDuplicateCall); in dump()
1941 DEBUG_PRINT_STAT(Cost); in dump()
1942 DEBUG_PRINT_STAT(Threshold); in dump()
1943 #undef DEBUG_PRINT_STAT in dump()