Searched refs:DumpSortingCircleList (Results 1 – 1 of 1) sorted by relevance
39 static size_t DumpSortingCircleList(const std::deque<AnfNodePtr> &todo, const AnfNodePtr &next, siz… in DumpSortingCircleList() function91 auto circle_len = DumpSortingCircleList(todo, next, seen); in TopoSort()