Searched refs:graph_end (Results 1 – 9 of 9) sorted by relevance
160 dag_iterator graph_end() { return dag_iterator(); } in graph_end() function162 const_dag_iterator graph_end() const { return graph_cend(); } in graph_end() function
400 for (auto itr = node->graph_begin(); itr != node->graph_end(); ++itr) { in GetCoefficientFromRecurrentTerm()470 for (auto itr = node->graph_begin(); itr != node->graph_end(); ++itr) { in GetRecurrentTerm()
228 child_iterator != simplified_polynomial->graph_end(); ++child_iterator) { in Simplify()