Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp53 enum class NamedFeatureIndex : size_t { enum in __anonc9612baf0111::IRToNativeSizeLearning
67 static_cast<size_t>(NamedFeatureIndex::NumNamedFeatures);
76 int32_t &operator[](NamedFeatureIndex Pos) { in operator []()
186 ++FF[NamedFeatureIndex::Calls]; in getFunctionFeatures()
190 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM); in getFunctionFeatures()
191 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
192 FF[NamedFeatureIndex::IsLinkOnceODR] = F.hasLinkOnceODRLinkage(); in getFunctionFeatures()
193 FF[NamedFeatureIndex::IsLinkOnce] = F.hasLinkOnceLinkage(); in getFunctionFeatures()
194 FF[NamedFeatureIndex::Blocks] = F.size(); in getFunctionFeatures()
198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures()
[all …]