Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp732 static std::unique_ptr<ValueProfData> allocValueProfData(uint32_t TotalSize) { in allocValueProfData() function
769 std::unique_ptr<ValueProfData> VPD = allocValueProfData(TotalSize); in getValueProfData()