Lines Matching defs:indent
1026 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) {
1031 DumpNodes(Op.getNode(), indent+2, G);
1034 dbgs().indent(indent);
1094 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent,
1100 OS.indent(indent);
1118 DumpNodesr(OS, Op.getNode(), indent+2, G, once);
1134 unsigned indent) {
1138 OS.indent(indent);
1147 printrWithDepthHelper(OS, Op.getNode(), G, depth - 1, indent + 2);