Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h89 StringMap<ProfilingData> &getProfileData() { return FunctionData; } in getProfileData() function
H A DMemProfReader.h62 getProfileData() const { in getProfileData() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp710 const auto &FunctionProfileData = Reader->getProfileData(); in loadInput()
1002 filterFunctions(Contexts[0]->Writer.getProfileData()); in mergeInstrProfile()
1268 for (auto &PD : WC->Writer.getProfileData()) { in adjustInstrProfile()