[llvm] BlockFrequencyInfo: Add PrintBlockFreq helper (PR #67512)
    Fangrui Song via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 27 14:31:33 PDT 2023
    
    
  
================
@@ -108,6 +101,9 @@ class BlockFrequencyInfo {
   void verifyMatch(BlockFrequencyInfo &Other) const;
 };
 
+Printable PrintBlockFreq(const BlockFrequencyInfo &BFI, BlockFrequency Freq);
----------------
MaskRay wrote:
`functionName` for new functions.
https://github.com/llvm/llvm-project/pull/67512
    
    
More information about the llvm-commits
mailing list