Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp52 enum class NamedFeatureIndex : size_t { enum in __anon760079290111::IRToNativeSizeLearning
66 static_cast<size_t>(NamedFeatureIndex::NumNamedFeatures);
75 int32_t &operator[](NamedFeatureIndex Pos) { in operator []()
185 ++FF[NamedFeatureIndex::Calls]; in getFunctionFeatures()
189 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM); in getFunctionFeatures()
190 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
191 FF[NamedFeatureIndex::IsLinkOnceODR] = F.hasLinkOnceODRLinkage(); in getFunctionFeatures()
192 FF[NamedFeatureIndex::IsLinkOnce] = F.hasLinkOnceLinkage(); in getFunctionFeatures()
193 FF[NamedFeatureIndex::Blocks] = in getFunctionFeatures()
198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()
[all …]