================
@@ -218,6 +219,7 @@ CFG *AnalysisDeclContext::getCFG() {
return getUnoptimizedCFG();
if (!builtCFG) {
+ llvm::TimeTraceScope TimeProfile("BuildCFG");
----------------
usx95 wrote:nit: move this to `CFG::buildCFG` to avoid doing this in a `if` and benefit all callers. https://github.com/llvm/llvm-project/pull/174717 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
