================
@@ -56,6 +56,10 @@ class YAMLProfileReader : public ProfileReaderBase {
   /// is attributed.
   FunctionSet ProfiledFunctions;
 
+  /// Maps profiled function id to name, for function matching with calls as
+  /// anchors.
+  DenseMap<uint32_t, StringRef> IdToFunctionName;
----------------
maksfb wrote:

nit: use a type alias. Will make it easier to read specially when the type is 
used in an argument list.

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

Reply via email to