llvm::getInlineParams

getInlineParams overloads

Synopses

Declared in <llvm/Analysis/InlineCost.h>

Generate the parameters to tune the inline cost analysis based only on the commandline options.

InlineParams
getInlineParams();
» more...

Generate the parameters to tune the inline cost analysis based on command line options.

InlineParams
getInlineParams(int Threshold);
» more...

Return Value

  • InlineParams derived from command-line options.
  • InlineParams with Threshold as the default when unset.

Parameters

NameDescription
ThresholdDefault inline threshold when -inline-threshold is unset.