Skip to content
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

merge the isStrongUpdate in to SVFUtil #1280

Closed
wants to merge 2 commits into from
Closed

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Dec 12, 2023

No description provided.

@jumormt jumormt closed this Dec 12, 2023
@jumormt jumormt reopened this Dec 12, 2023
@@ -324,3 +324,22 @@ bool SVFUtil::matchArgs(const SVFInstruction* cs, const SVFFunction* callee)
else
return getSVFCallSite(cs).arg_size() == callee->arg_size();
}

bool SVFUtil::isStrongUpdate(const PointsTo &dstCPSet, NodeID &singleton, BVDataPTAImpl *pta) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put this method in pointeranalysis class and rename it to be ‘isSingleton’ with only one argument pts

@jumormt jumormt closed this Jan 22, 2024
@jumormt jumormt deleted the su branch August 5, 2024 06:42
@jumormt jumormt restored the su branch August 5, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants