Searched refs:DumpNodes (Results 1 – 3 of 3) sorted by relevance
823 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes() function828 DumpNodes(Op.getNode(), indent+2, G); in DumpNodes()843 DumpNodes(N, 2, this); in dump()846 if (getRoot().getNode()) DumpNodes(getRoot().getNode(), 2, this); in dump()
155 void DumpNodes(std::ostringstream &oss) const;
1438 DumpNodes(oss); in SomasInfo()1461 void Somas::DumpNodes(std::ostringstream &oss) const { in DumpNodes() function in mindspore::somas::Somas