Searched refs:MakeTopGraph (Results 1 – 3 of 3) sorted by relevance
179 FuncGraphPtr MakeTopGraph(const py::object &cell, const ValuePtr &cell_ptr);
2153 FuncGraphPtr MakeTopGraph(const py::object &cell, const ValuePtr &cell_ptr) { in MakeTopGraph() function
363 top_graph = parse::MakeTopGraph(input, converted_ret); in ParseAction()