================ ParamRedistributePass ================ */
| 215 | |
| 216 | /* ================ ParamRedistributePass ================ */ |
| 217 | const char* ParamRedistributePass::name() const { |
| 218 | return mgb_cstr_log("param_redistribute"); |
| 219 | } |
| 220 | |
| 221 | class ParamRedistributePass::Impl final : public RecursiveSubGraphRewriteHelper { |
| 222 | ConstVarPropogate m_cvprop; |
no outgoing calls
no test coverage detected