Home
last modified time | relevance | path

Searched refs:phi_iter (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc362 for (auto &phi_iter : prev->removable_phis_) { in CollectRemovablePhi() local
363 MS_EXCEPTION_IF_NULL(phi_iter.second); in CollectRemovablePhi()
364 if (phi_iter.second->isa<Parameter>()) { in CollectRemovablePhi()
365 const auto &param = phi_iter.second->cast<ParameterPtr>(); in CollectRemovablePhi()
368 … << phi_iter.first->DebugString() << " can be replaced from " << param->DebugString() in CollectRemovablePhi()
371 prev->removable_phis_[phi_iter.first] = arg_node; in CollectRemovablePhi()