Searched refs:getProfiles (Results 1 – 4 of 4) sorted by relevance
504 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()
282 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()
415 StringMap<FunctionSamples> &getProfiles() { return Profiles; } in getProfiles() function
1555 for (auto &Sample : Reader.getProfiles()) { in applyRemapping()