| 62 | } |
| 63 | |
| 64 | const BasicBlock* Construct::entry_block() const { return entry_block_; } |
| 65 | BasicBlock* Construct::entry_block() { return entry_block_; } |
| 66 | |
| 67 | const BasicBlock* Construct::exit_block() const { return exit_block_; } |
no outgoing calls
no test coverage detected