================
@@ -433,6 +433,44 @@ using CandidateQueue =
     PriorityQueue<InlineCandidate, std::vector<InlineCandidate>,
                   CandidateComparer>;
 
+// Profile matching statstics.
+class ProfileMatchStats {
----------------
wlei-llvm wrote:

I was thinking that too until I worked with this 
`StringMap<std::set<LineLocation>> FuncMismatchedCallsites;` which introduce a 
lot of actions making me think to put them into a new class. But as you 
suggested below, we can move  `FuncMismatchedCallsites` out of the stats, or 
even we don't need a new class.



https://github.com/llvm/llvm-project/pull/79090
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to