Searched refs:DumpNodesr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 635 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr() function 659 DumpNodesr(OS, Op.getNode(), indent+2, G, once); in DumpNodesr() 664 DumpNodesr(dbgs(), this, 0, nullptr, once); in dumpr() 669 DumpNodesr(dbgs(), this, 0, G, once); in dumpr()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6590 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr() function 6622 DumpNodesr(OS, child, indent+2, G, once); in DumpNodesr() 6628 DumpNodesr(dbgs(), this, 0, 0, once); in dumpr() 6633 DumpNodesr(dbgs(), this, 0, G, once); in dumpr()
|