Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2619 DEBUG_PRINT_STAT(NumConstantArgs); in print()
2621 DEBUG_PRINT_STAT(NumAllocaArgs); in print()
2622 DEBUG_PRINT_STAT(NumConstantPtrCmps); in print()
2623 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in print()
2625 DEBUG_PRINT_STAT(NumInstructions); in print()
2626 DEBUG_PRINT_STAT(SROACostSavings); in print()
2627 DEBUG_PRINT_STAT(SROACostSavingsLost); in print()
2628 DEBUG_PRINT_STAT(LoadEliminationCost); in print()
2630 DEBUG_PRINT_STAT(Cost); in print()
2631 DEBUG_PRINT_STAT(Threshold); in print()
[all …]