Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp3052 #define DEBUG_PRINT_STAT(x) OS << " " #x ": " << x << "\n" in print() macro
3055 DEBUG_PRINT_STAT(NumConstantArgs); in print()
3056 DEBUG_PRINT_STAT(NumConstantOffsetPtrArgs); in print()
3057 DEBUG_PRINT_STAT(NumAllocaArgs); in print()
3058 DEBUG_PRINT_STAT(NumConstantPtrCmps); in print()
3059 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in print()
3060 DEBUG_PRINT_STAT(NumInstructionsSimplified); in print()
3061 DEBUG_PRINT_STAT(NumInstructions); in print()
3062 DEBUG_PRINT_STAT(NumInlineAsmInstructions); in print()
3063 DEBUG_PRINT_STAT(SROACostSavings); in print()
[all …]