MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / addPred

Function addPred

src/deinline.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180 }
181 void addPred(sBB* bb) {
182 bbsIns_t r = preds.insert(bb);
183 if (r.second) bb->addSucc(this);
184 }
185 void addSucc(sBB* bb) {
186 bbsIns_t r = succs.insert(bb);
187 if (r.second) bb->addPred(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected