OSDN Git Service

Add pass printing support to BlockFrequencyInfo pass. The implementation
[android-x86/external-llvm.git] / include / llvm / Analysis / BlockFrequencyInfo.h
index 5978d5f..9e698a9 100644 (file)
@@ -40,6 +40,7 @@ public:
   void getAnalysisUsage(AnalysisUsage &AU) const;
 
   bool runOnFunction(Function &F);
+  void print(raw_ostream &O, const Module *M) const;
 
   /// getblockFreq - Return block frequency. Return 0 if we don't have the
   /// information. Please note that initial frequency is equal to 1024. It means