Searched defs:DumpNodes (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6394 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { function
6397 DumpNodes(N->getOperand(i).getNode(), indent+2, G);
6576 DumpNodes(N, 2, this);
6579 if (getRoot().getNode()) DumpNodes(getRoot().getNode(), 2, this);

Completed in 171 milliseconds