-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add argvalvar #1626
add argvalvar #1626
Conversation
--- log/nginx.log 2025-01-10 09:25:58.395637165 +1100 PTACallGraph Stats (Andersen analysis)****** @@ -220,11 +220,11 @@ Persistent Points-To Cache Statistics: flow-sensitive analysis bitvector |
svf/include/SVFIR/SVFIR.h
Outdated
@@ -578,6 +578,13 @@ class SVFIR : public IRGraph | |||
return addValNode(nullptr, node, i); | |||
} | |||
|
|||
NodeID addArgValNode(const CallGraphNode* callGraphNode, u32_t argNo, | |||
bool isUncalled, NodeID i, const ICFGNode* icfgNode) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put bool isUncalled
as the last parameter and a default parameter to be false.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1626 +/- ##
==========================================
+ Coverage 62.89% 62.92% +0.02%
==========================================
Files 247 247
Lines 27715 27747 +32
Branches 4547 4550 +3
==========================================
+ Hits 17432 17460 +28
- Misses 10283 10287 +4
|
No description provided.