[clang] [analyzer] Add -ftime-trace scopes for region-store bindings and removeDead (PR #125884)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 06:04:53 PST 2025
================
@@ -1031,6 +1032,7 @@ void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out,
const LocationContext *LC,
const Stmt *DiagnosticStmt,
ProgramPoint::Kind K) {
+ llvm::TimeTraceScope TimeScope("ExprEngine::removeDead");
----------------
steakhal wrote:
You rename point holds, so I guess, for simplicity we could just keep the PR as is.
Using `__func__` or not using it doesn't really change anything.
Let's just merge this.
https://github.com/llvm/llvm-project/pull/125884
More information about the cfe-commits
mailing list