| 71 | void destroy(); |
| 72 | void add(sBB* bb) { insert(bb);} |
| 73 | bool has(sBB* bb) const { return find(bb) != end(); } |
| 74 | sBB* get(int idx) const; |
| 75 | void makeCFG(mbl_array_t *mba); |
| 76 | void serialize(bytevec_t &b) const; |
nothing calls this directly
no outgoing calls
no test coverage detected