We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b424770 + d00d405 commit 27dc9fbCopy full SHA for 27dc9fb
svf/include/AbstractExecution/WTO.h
@@ -824,6 +824,8 @@ class CFBasicBlockGWTO
824
for (auto it = node->getOutEdges().begin(), et = node->getOutEdges().end(); it != et; ++it)
825
{
826
const CFBasicBlockNode *succ = (*it)->getDstNode();
827
+ if (succ->getFunction() != node->getFunction())
828
+ continue;
829
CycleDepthNumber succ_dfn = getCDN(succ);
830
if (succ_dfn == CycleDepthNumber(0))
831
0 commit comments