Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h78 using InlineCostFeatures = variable
H A DInlineCost.h327 std::optional<InlineCostFeatures> getInliningCostFeatures(
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1155 InlineCostFeatures Cost = {};
1360 const InlineCostFeatures &features() const { return Cost; } in features()
2967 std::optional<InlineCostFeatures> llvm::getInliningCostFeatures( in getInliningCostFeatures()