Home
last modified time | relevance | path

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

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