Searched refs:DEBUG_PRINT_STAT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2045 #define DEBUG_PRINT_STAT(x) dbgs() << " " #x ": " << x << "\n" macro
2046 DEBUG_PRINT_STAT(NumConstantArgs);
2047 DEBUG_PRINT_STAT(NumConstantOffsetPtrArgs);
2048 DEBUG_PRINT_STAT(NumAllocaArgs);
2049 DEBUG_PRINT_STAT(NumConstantPtrCmps);
2050 DEBUG_PRINT_STAT(NumConstantPtrDiffs);
2051 DEBUG_PRINT_STAT(NumInstructionsSimplified);
2052 DEBUG_PRINT_STAT(NumInstructions);
2053 DEBUG_PRINT_STAT(SROACostSavings);
2054 DEBUG_PRINT_STAT(SROACostSavingsLos
2059 #undef DEBUG_PRINT_STAT macro
[all...]

Completed in 34 milliseconds