| 199 | std::vector<BasicBlock*>& Function::ordered_blocks() { return ordered_blocks_; } |
| 200 | |
| 201 | const BasicBlock* Function::current_block() const { return current_block_; } |
| 202 | BasicBlock* Function::current_block() { return current_block_; } |
| 203 | |
| 204 | const std::list<Construct>& Function::constructs() const { |
no outgoing calls
no test coverage detected