Lines Matching defs:indent
513 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) {
516 DumpNodes(N->getOperand(i).getNode(), indent+2, G);
518 dbgs() << "\n" << std::string(indent+2, ' ')
522 dbgs().indent(indent);
546 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent,
552 OS.indent(indent);
578 DumpNodesr(OS, child, indent+2, G, once);
594 unsigned indent) {
598 OS.indent(indent);
610 printrWithDepthHelper(OS, N->getOperand(i).getNode(), G, depth-1, indent+2);