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