================
@@ -95,6 +95,30 @@ void FactManager::dump(const CFG &Cfg, AnalysisDeclContext 
&AC) const {
   }
 }
 
+void FactManager::dumpBlockSizes(const CFG &Cfg,
----------------
usx95 wrote:

I do not think this dump method is super useful after this PR lands. I would 
drop this for now in this PR.
In a separate PR, as part of LifetimeStats, we could have 
`NumFunctionsAnalysed`, `NumFunctionsSkipped` and can be printed as part of 
-print-stats.

https://github.com/llvm/llvm-project/pull/170444
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to