================ @@ -433,12 +433,19 @@ using CandidateQueue = PriorityQueue<InlineCandidate, std::vector<InlineCandidate>, CandidateComparer>; +using IRAnchorMap = std::map<LineLocation, StringRef>; +using ProfileAnchorMap = std::map<LineLocation, std::unordered_set<FunctionId>>; ---------------- WenleiHe wrote:
Also move this inside class `SampleProfileMatcher` since these types are internal to the matcher. 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