[llvm] [SampleFDO] Read call-graph matching recovered top-level function profile (PR #101053)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 10:59:07 PDT 2024
================
@@ -863,6 +883,39 @@ bool SampleProfileMatcher::functionMatchesProfile(Function &IRFunc,
return Matched;
}
+void SampleProfileMatcher::UpdateSampleLoaderWithRecoveredProfiles() {
+ DenseSet<StringRef> RecoveredFuncs;
----------------
WenleiHe wrote:
nit: we might want a better (and still concise) name, we don't recover functions..
https://github.com/llvm/llvm-project/pull/101053
More information about the llvm-commits
mailing list