Searched refs:FindPreNodes (Results 1 – 1 of 1) sorted by relevance
1789 bool FindPreNodes(const AnfNodePtr &node, vector<std::string> *unique_ids, vector<size_t> *indexes,… in FindPreNodes() function1821 if (FindPreNodes(cnode, unique_ids, indexes, ++curr_depth)) { in FindPreNodes()1833 if (!FindPreNodes(cnode, unique_ids, indexes, 0)) { in FindLastNodesUniqueId()