| 54 | bool target_host_cpu() const { return target_host_cpu_; } |
| 55 | bool dump_ir() const { return dump_ir_; } |
| 56 | std::shared_ptr<FunctionRegistry> function_registry() const { |
| 57 | return function_registry_; |
| 58 | } |
| 59 | |
| 60 | void set_optimize(bool optimize) { optimize_ = optimize; } |
| 61 | void set_dump_ir(bool dump_ir) { dump_ir_ = dump_ir; } |
no outgoing calls
no test coverage detected