Searched refs:IsNotRealUsedByOthers (Results 1 – 3 of 3) sorted by relevance
103 if (!IsNotRealUsedByOthers(func_graph, replace_cnode)) { in GetReplaceNode()
190 bool IsNotRealUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node);
462 bool IsNotRealUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node) { in IsNotRealUsedByOthers() function475 auto result = IsNotRealUsedByOthers(graph, out_node); in IsNotRealUsedByOthers()