Searched refs:FindPhis (Results 1 – 1 of 1) sorted by relevance
1918 AnfNodePtr FindPhis(const std::unordered_map<ParameterPtr, AnfNodePtr> &removable_phis, const AnfNo… in FindPhis() function1925 return FindPhis(removable_phis, iter->second); in FindPhis()1946 auto new_node = FindPhis(removable_phis, phi); in RemoveUnnecessaryPhis()