Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp167 ProfileGeneratorBase::create(Binary.get(), Reader->getProfiles(), in main()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp296 ASSERT_EQ(3u, Reader->getProfiles().size()); in testRoundTrip()
300 ASSERT_EQ(4u, Reader->getProfiles().size()); in testRoundTrip()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp583 for (const auto &PD : Reader->getProfiles()) { in adjustInstrProfile()
779 SampleProfileMap &Profiles = Reader->getProfiles(); in mergeSampleProfile()
1696 const auto &BaseProfiles = BaseReader->getProfiles(); in computeSampleProfileOverlap()
1702 const auto &TestProfiles = TestReader->getProfiles(); in computeSampleProfileOverlap()
1810 const auto &BaseProf = BaseReader->getProfiles(); in initializeSampleProfileOverlap()
1819 const auto &TestProf = TestReader->getProfiles(); in initializeSampleProfileOverlap()
2527 showHotFunctionList(Reader->getProfiles(), Reader->getSummary(), TopN, OS); in showSampleProfile()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp355 for (auto &IFS : CurrentReader.getProfiles()) { in SetGUIDToFuncNameMapForAll()
1788 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()
2001 Reader->getProfiles(), &GUIDToFuncNameMap); in doInitialization()
2030 for (const auto &I : Reader->getProfiles()) in runOnModule()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h438 SampleProfileMap &getProfiles() { return Profiles; } in getProfiles() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1738 for (auto &Sample : Reader.getProfiles()) { in applyRemapping()