Searched refs:DumpNodesr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 1074 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr() function 1098 DumpNodesr(OS, Op.getNode(), indent+2, G, once); in DumpNodesr() 1103 DumpNodesr(dbgs(), this, 0, nullptr, once); in dumpr() 1108 DumpNodesr(dbgs(), this, 0, G, once); in dumpr()
|