Searched refs:CallGraphRecoveredProfiles (Results 1 – 1 of 1) sorted by relevance
573 std::unordered_set<FunctionId> &CallGraphRecoveredProfiles) { in countCallGraphRecoveredSamples() argument574 if (CallGraphRecoveredProfiles.count(FS.getFunction())) { in countCallGraphRecoveredSamples()581 countCallGraphRecoveredSamples(CS.second, CallGraphRecoveredProfiles); in countCallGraphRecoveredSamples()590 std::unordered_set<FunctionId> CallGraphRecoveredProfiles; in computeAndReportProfileStaleness() local593 CallGraphRecoveredProfiles.insert(I.second); in computeAndReportProfileStaleness()614 if (SalvageUnusedProfile && !CallGraphRecoveredProfiles.empty()) in computeAndReportProfileStaleness()615 countCallGraphRecoveredSamples(*FS, CallGraphRecoveredProfiles); in computeAndReportProfileStaleness()