| 286 | } |
| 287 | |
| 288 | inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { |
| 289 | end_inst_ = std::move(end_inst); |
| 290 | } |
| 291 | |
| 292 | inline void Function::AddNonSemanticInstruction( |
| 293 | std::unique_ptr<Instruction> non_semantic) { |
no outgoing calls
no test coverage detected