Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DInlineSizeEstimatorAnalysis.cpp52 class IRToNativeSizeLearning { class
81 IRToNativeSizeLearning() = default;
125 const size_t IRToNativeSizeLearning::FunctionFeatures::FeatureCount =
127 IRToNativeSizeLearning::NumNamedFeatures;
153 IRToNativeSizeLearning::FunctionFeatures
154 IRToNativeSizeLearning::getFunctionFeatures(Function &F, in getFunctionFeatures()
207 void IRToNativeSizeLearning::FunctionFeatures::fillTensor(int32_t *Ptr) const { in fillTensor()
227 IRToNativeSizeLearning::FunctionFeatures::FeatureCount)})}; in InlineSizeEstimatorAnalysis()
243 auto Features = IRToNativeSizeLearning::getFunctionFeatures( in run()