Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp71 std::vector<int32_t> InstructionHistogram; member
160 FF.InstructionHistogram.resize(InstrCount); in getFunctionFeatures()
179 ++FF.InstructionHistogram[ID]; in getFunctionFeatures()
207 std::copy(InstructionHistogram.begin(), InstructionHistogram.end(), Ptr); in fillTensor()
208 Ptr += InstructionHistogram.size(); in fillTensor()