Map an inline-cost feature index to the corresponding ML feature index.
Declared in <llvm/Analysis/InlineModelFeatureMaps.h>
constexpr
FeatureIndex
inlineCostFeatureToMlFeature(InlineCostFeatureIndex Feature);
The ML FeatureIndex with the same ordinal as Feature.
| Name | Description |
|---|---|
| Feature | Cost-feature index to convert. |