Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp1930 DEBUG_PRINT_STAT(NumConstantArgs); in dump()
1932 DEBUG_PRINT_STAT(NumAllocaArgs); in dump()
1933 DEBUG_PRINT_STAT(NumConstantPtrCmps); in dump()
1934 DEBUG_PRINT_STAT(NumConstantPtrDiffs); in dump()
1936 DEBUG_PRINT_STAT(NumInstructions); in dump()
1937 DEBUG_PRINT_STAT(SROACostSavings); in dump()
1938 DEBUG_PRINT_STAT(SROACostSavingsLost); in dump()
1939 DEBUG_PRINT_STAT(LoadEliminationCost); in dump()
1941 DEBUG_PRINT_STAT(Cost); in dump()
1942 DEBUG_PRINT_STAT(Threshold); in dump()
[all …]