| 181 | const operation& instruction::get_operator() const { return op; } |
| 182 | |
| 183 | std::string instruction::name() const { return op.name(); } |
| 184 | |
| 185 | const std::vector<instruction_ref>& instruction::inputs() const { return arguments; } |
| 186 |
no outgoing calls
no test coverage detected