reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/InlineCost.cpp
 1944   DEBUG_PRINT_STAT(NumConstantArgs);
 1945   DEBUG_PRINT_STAT(NumConstantOffsetPtrArgs);
 1946   DEBUG_PRINT_STAT(NumAllocaArgs);
 1947   DEBUG_PRINT_STAT(NumConstantPtrCmps);
 1948   DEBUG_PRINT_STAT(NumConstantPtrDiffs);
 1949   DEBUG_PRINT_STAT(NumInstructionsSimplified);
 1950   DEBUG_PRINT_STAT(NumInstructions);
 1951   DEBUG_PRINT_STAT(SROACostSavings);
 1952   DEBUG_PRINT_STAT(SROACostSavingsLost);
 1953   DEBUG_PRINT_STAT(LoadEliminationCost);
 1954   DEBUG_PRINT_STAT(ContainsNoDuplicateCall);
 1955   DEBUG_PRINT_STAT(Cost);
 1956   DEBUG_PRINT_STAT(Threshold);