Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp2710 DEBUG_PRINT_STAT(NumConstantArgs); in print()
2712 DEBUG_PRINT_STAT(NumAllocaArgs); in print()
2713 DEBUG_PRINT_STAT(NumConstantPtrCmps); in print()
2714 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in print()
2716 DEBUG_PRINT_STAT(NumInstructions); in print()
2717 DEBUG_PRINT_STAT(SROACostSavings); in print()
2718 DEBUG_PRINT_STAT(SROACostSavingsLost); in print()
2719 DEBUG_PRINT_STAT(LoadEliminationCost); in print()
2721 DEBUG_PRINT_STAT(Cost); in print()
2722 DEBUG_PRINT_STAT(Threshold); in print()
[all …]