Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp54 enum class NamedFeatureIndex : size_t { enum in __anon335325c40111::IRToNativeSizeLearning
68 static_cast<size_t>(NamedFeatureIndex::NumNamedFeatures);
77 int32_t &operator[](NamedFeatureIndex Pos) { in operator []()
187 ++FF[NamedFeatureIndex::Calls]; in getFunctionFeatures()
191 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM); in getFunctionFeatures()
192 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
193 FF[NamedFeatureIndex::IsLinkOnceODR] = F.hasLinkOnceODRLinkage(); in getFunctionFeatures()
194 FF[NamedFeatureIndex::IsLinkOnce] = F.hasLinkOnceLinkage(); in getFunctionFeatures()
195 FF[NamedFeatureIndex::Blocks] = in getFunctionFeatures()
198 FF[NamedFeatureIndex::Loops] = std::distance(LI.begin(), LI.end()); in getFunctionFeatures()
[all …]