Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2853 DEBUG_PRINT_STAT(NumConstantArgs); in print()
2855 DEBUG_PRINT_STAT(NumAllocaArgs); in print()
2856 DEBUG_PRINT_STAT(NumConstantPtrCmps); in print()
2857 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in print()
2859 DEBUG_PRINT_STAT(NumInstructions); in print()
2860 DEBUG_PRINT_STAT(SROACostSavings); in print()
2861 DEBUG_PRINT_STAT(SROACostSavingsLost); in print()
2862 DEBUG_PRINT_STAT(LoadEliminationCost); in print()
2864 DEBUG_PRINT_STAT(Cost); in print()
2865 DEBUG_PRINT_STAT(Threshold); in print()
[all …]