Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp523 for (const auto &PD : Reader->getProfiles()) { in adjustInstrProfile()
719 StringMap<FunctionSamples> &Profiles = Reader->getProfiles(); in mergeSampleProfile()
1616 const auto &BaseProfiles = BaseReader->getProfiles(); in computeSampleProfileOverlap()
1623 const auto &TestProfiles = TestReader->getProfiles(); in computeSampleProfileOverlap()
1731 const auto &BaseProf = BaseReader->getProfiles(); in initializeSampleProfileOverlap()
1740 const auto &TestProf = TestReader->getProfiles(); in initializeSampleProfileOverlap()
2444 showHotFunctionList(Reader->getProfiles(), Reader->getSummary(), OS); in showSampleProfile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp288 for (auto &IFS : CurrentReader.getProfiles()) { in SetGUIDToFuncNameMapForAll()
1635 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in INITIALIZE_PASS_DEPENDENCY()
1819 std::make_unique<SampleContextTracker>(Reader->getProfiles()); in doInitialization()
1855 for (const auto &I : Reader->getProfiles()) in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h432 StringMap<FunctionSamples> &getProfiles() { return Profiles; } in getProfiles() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1582 for (auto &Sample : Reader.getProfiles()) { in applyRemapping()