Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2398 #define DEBUG_PRINT_STAT(x) dbgs() << " " #x ": " << x << "\n" in print() macro
2401 DEBUG_PRINT_STAT(NumConstantArgs); in print()
2402 DEBUG_PRINT_STAT(NumConstantOffsetPtrArgs); in print()
2403 DEBUG_PRINT_STAT(NumAllocaArgs); in print()
2404 DEBUG_PRINT_STAT(NumConstantPtrCmps); in print()
2405 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in print()
2406 DEBUG_PRINT_STAT(NumInstructionsSimplified); in print()
2407 DEBUG_PRINT_STAT(NumInstructions); in print()
2408 DEBUG_PRINT_STAT(SROACostSavings); in print()
2409 DEBUG_PRINT_STAT(SROACostSavingsLost); in print()
[all …]