Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp51 class IRToNativeSizeLearning { class
80 IRToNativeSizeLearning() = default;
124 const size_t IRToNativeSizeLearning::FunctionFeatures::FeatureCount =
126 IRToNativeSizeLearning::NumNamedFeatures;
152 IRToNativeSizeLearning::FunctionFeatures
153 IRToNativeSizeLearning::getFunctionFeatures(Function &F, in getFunctionFeatures()
205 void IRToNativeSizeLearning::FunctionFeatures::fillTensor(int32_t *Ptr) const { in fillTensor()
225 IRToNativeSizeLearning::FunctionFeatures::FeatureCount)})}; in InlineSizeEstimatorAnalysis()
241 auto Features = IRToNativeSizeLearning::getFunctionFeatures( in run()