Home
last modified time | relevance | path

Searched defs:FunctionFeatures (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp67 struct FunctionFeatures { struct in __anond9efefac0111::IRToNativeSizeLearning
68 static const size_t FeatureCount;
70 std::array<int32_t, NumNamedFeatures> NamedFeatures = {0};
71 std::vector<int32_t> InstructionHistogram;
72 std::vector<int32_t> InstructionPairHistogram;
75 int32_t &operator[](NamedFeatureIndex Pos) { in operator []()
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.cpp27 SubtargetFeatureInfoMap FunctionFeatures; in emitSubtargetFeatureBitsetImpl() local