| 273 | } |
| 274 | |
| 275 | const char* ArithMulDistributePass::name() const { |
| 276 | return mgb_cstr_log("mul_distribute"); |
| 277 | } |
| 278 | |
| 279 | void ArithMulDistributePass::apply(OptState& opt) const { |
| 280 | MIDOUT_B("ArithMulDistributePass::apply") |
no outgoing calls
no test coverage detected