Home
last modified time | relevance | path

Searched refs:DumpNodes (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp823 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes() function
828 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()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.h155 void DumpNodes(std::ostringstream &oss) const;
Dsomas.cc1438 DumpNodes(oss); in SomasInfo()
1461 void Somas::DumpNodes(std::ostringstream &oss) const { in DumpNodes() function in mindspore::somas::Somas