Lines Matching full:indent
384 OS.indent(Depth) << "Check " << N++ << ":\n";
386 OS.indent(Depth + 2) << "Comparing group (" << Check.first << "):\n";
388 OS.indent(Depth + 2) << *Pointers[First[K]].PointerValue << "\n";
390 OS.indent(Depth + 2) << "Against group (" << Check.second << "):\n";
392 OS.indent(Depth + 2) << *Pointers[Second[K]].PointerValue << "\n";
398 OS.indent(Depth) << "Run-time memory checks:\n";
401 OS.indent(Depth) << "Grouped accesses:\n";
405 OS.indent(Depth + 2) << "Group " << &CG << ":\n";
406 OS.indent(Depth + 4) << "(Low: " << *CG.Low << " High: " << *CG.High
409 OS.indent(Depth + 6) << "Member: " << *Pointers[CG.Members[J]].Expr
1300 OS.indent(Depth) << DepName[Type] << ":\n";
1301 OS.indent(Depth + 2) << *Instrs[Source] << " -> \n";
1302 OS.indent(Depth + 2) << *Instrs[Destination] << "\n";
1764 OS.indent(Depth) << "Memory dependences are safe with run-time checks\n";
1766 OS.indent(Depth) << "Memory dependences are safe\n";
1770 OS.indent(Depth) << "Report: " << Report->str() << "\n";
1773 OS.indent(Depth) << "Dependences:\n";
1779 OS.indent(Depth) << "Too many dependences, not recorded\n";
1785 OS.indent(Depth) << "Store to invariant address was "
1789 OS.indent(Depth) << "SCEV assumptions:\n";
1820 OS.indent(2) << L->getHeader()->getName() << ":\n";