Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp72 std::vector<int32_t> InstructionHistogram; member
161 FF.InstructionHistogram.resize(InstrCount); in getFunctionFeatures()
180 ++FF.InstructionHistogram[ID]; in getFunctionFeatures()
208 std::copy(InstructionHistogram.begin(), InstructionHistogram.end(), Ptr); in fillTensor()
209 Ptr += InstructionHistogram.size(); in fillTensor()