================
@@ -218,6 +219,7 @@ CFG *AnalysisDeclContext::getCFG() {
return getUnoptimizedCFG();
if (!builtCFG) {
+ llvm::TimeTraceScope TimeProfile("BuildCFG");
----------------
kashika0112 wrote:
Done
https://github.com/llvm/llvm-project/pull/174717