Searched refs:CallGraphRecoveredProfiles (Results 1 – 1 of 1) sorted by relevance
626 std::unordered_set<FunctionId> &CallGraphRecoveredProfiles) { in countCallGraphRecoveredSamples() argument627 if (CallGraphRecoveredProfiles.count(FS.getFunction())) { in countCallGraphRecoveredSamples()634 countCallGraphRecoveredSamples(CS.second, CallGraphRecoveredProfiles); in countCallGraphRecoveredSamples()643 std::unordered_set<FunctionId> CallGraphRecoveredProfiles; in computeAndReportProfileStaleness() local646 CallGraphRecoveredProfiles.insert(I.second); in computeAndReportProfileStaleness()667 if (SalvageUnusedProfile && !CallGraphRecoveredProfiles.empty()) in computeAndReportProfileStaleness()668 countCallGraphRecoveredSamples(*FS, CallGraphRecoveredProfiles); in computeAndReportProfileStaleness()