Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp504 for (const auto &PD : Reader->getProfiles()) { in adjustInstrProfile()
698 StringMap<FunctionSamples> &Profiles = Reader->getProfiles(); in mergeSampleProfile()
1591 const auto &BaseProfiles = BaseReader->getProfiles(); in computeSampleProfileOverlap()
1598 const auto &TestProfiles = TestReader->getProfiles(); in computeSampleProfileOverlap()
1706 const auto &BaseProf = BaseReader->getProfiles(); in initializeSampleProfileOverlap()
1715 const auto &TestProf = TestReader->getProfiles(); in initializeSampleProfileOverlap()
2410 showHotFunctionList(Reader->getProfiles(), Reader->getSummary(), OS); in showSampleProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp282 for (auto &IFS : CurrentReader.getProfiles()) { in SetGUIDToFuncNameMapForAll()
1631 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in INITIALIZE_PASS_DEPENDENCY()
1811 std::make_unique<SampleContextTracker>(Reader->getProfiles()); in doInitialization()
1847 for (const auto &I : Reader->getProfiles()) in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h415 StringMap<FunctionSamples> &getProfiles() { return Profiles; } in getProfiles() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1555 for (auto &Sample : Reader.getProfiles()) { in applyRemapping()