Home
last modified time | relevance | path

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

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