getInlineParams overloads
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...
Threshold as the default when unset.| Name | Description |
|---|---|
| Threshold | Default inline threshold when -inline-threshold is unset. |