Searched refs:phi_iter (Results 1 – 1 of 1) sorted by relevance
362 for (auto &phi_iter : prev->removable_phis_) { in CollectRemovablePhi() local363 MS_EXCEPTION_IF_NULL(phi_iter.second); in CollectRemovablePhi()364 if (phi_iter.second->isa<Parameter>()) { in CollectRemovablePhi()365 const auto ¶m = 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()