Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ setBasicBlockGraph
Method
setBasicBlockGraph
svf/include/SVFIR/SVFVariables.h:1186–1189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1184
}
1185
1186
void setBasicBlockGraph(BasicBlockGraph* graph)
1187
{
1188
this->bbGraph = graph;
1189
}
1190
1191
BasicBlockGraph* getBasicBlockGraph()
1192
{
Callers
1
createFunObjVars
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected