| 253 | }; |
| 254 | |
| 255 | edge_iterator begin() const { |
| 256 | return { f.getBBs().begin(), f.getBBs().end() }; |
| 257 | } |
| 258 | edge_iterator end() const { return { f.getBBs().end(), f.getBBs().end() }; } |
| 259 | |
| 260 | void printDot(std::ostream &os) const; |
no test coverage detected