Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp397 for (auto &IFS : CurrentReader.getProfiles()) { in SetGUIDToFuncNameMapForAll()
1834 ProfiledCG = std::make_unique<ProfiledCallGraph>(Reader->getProfiles()); in buildProfiledCallGraph()
1982 ProfileConverter::flattenProfile(Reader->getProfiles(), in doInitialization()
2063 Reader->getProfiles(), &GUIDToFuncNameMap); in doInitialization()
2175 rejectHighStalenessProfile(M, PSI, Reader->getProfiles())) in runOnModule()
H A DSampleProfileMatcher.cpp881 ProfileConverter::flattenProfile(Reader.getProfiles(), FlattenedProfiles, in runOnModule()
924 for (auto &I : Reader.getProfiles()) { in distributeIRToProfileLocationMap()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1197 for (const auto &PD : Reader->getProfiles()) { in adjustInstrProfile()
1372 for (auto &PD : Reader->getProfiles()) { in adjustInstrProfile()
1622 SampleProfileMap &Profiles = Reader->getProfiles(); in mergeSampleProfile()
2435 const auto &BaseProfiles = BaseReader->getProfiles(); in computeSampleProfileOverlap()
2441 const auto &TestProfiles = TestReader->getProfiles(); in computeSampleProfileOverlap()
2549 const auto &BaseProf = BaseReader->getProfiles(); in initializeSampleProfileOverlap()
2558 const auto &TestProf = TestReader->getProfiles(); in initializeSampleProfileOverlap()
3283 showHotFunctionList(Reader->getProfiles(), Reader->getSummary(), in showSampleProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h450 SampleProfileMap &getProfiles() { return Profiles; } in getProfiles() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1861 for (auto &Sample : Reader.getProfiles()) { in applyRemapping()