Lines Matching refs:Depth
616 unsigned Depth) const {
621 OS.indent(Depth) << "Check " << N++ << ":\n";
623 OS.indent(Depth + 2) << "Comparing group (" << Check1 << "):\n";
625 OS.indent(Depth + 2) << *Pointers[K].PointerValue << "\n";
627 OS.indent(Depth + 2) << "Against group (" << Check2 << "):\n";
629 OS.indent(Depth + 2) << *Pointers[K].PointerValue << "\n";
633 void RuntimePointerChecking::print(raw_ostream &OS, unsigned Depth) const {
635 OS.indent(Depth) << "Run-time memory checks:\n";
636 printChecks(OS, Checks, Depth);
638 OS.indent(Depth) << "Grouped accesses:\n";
640 OS.indent(Depth + 2) << "Group " << &CG << ":\n";
641 OS.indent(Depth + 4) << "(Low: " << *CG.Low << " High: " << *CG.High
644 OS.indent(Depth + 6) << "Member: " << *Pointers[Member].Expr << "\n";
890 unsigned Depth) {
897 !isa<Instruction>(Ptr) || Depth == 0) {
902 Depth--;
933 findForkedSCEVs(SE, L, I->getOperand(0), BaseScevs, Depth);
934 findForkedSCEVs(SE, L, I->getOperand(1), OffsetScevs, Depth);
977 findForkedSCEVs(SE, L, I->getOperand(1), ChildScevs, Depth);
978 findForkedSCEVs(SE, L, I->getOperand(2), ChildScevs, Depth);
992 findForkedSCEVs(SE, L, I->getOperand(0), ChildScevs, Depth);
993 findForkedSCEVs(SE, L, I->getOperand(1), ChildScevs, Depth);
1006 findForkedSCEVs(SE, L, I->getOperand(0), LScevs, Depth);
1007 findForkedSCEVs(SE, L, I->getOperand(1), RScevs, Depth);
2346 raw_ostream &OS, unsigned Depth,
2348 OS.indent(Depth) << DepName[Type] << ":\n";
2349 OS.indent(Depth + 2) << *Instrs[Source] << " -> \n";
2350 OS.indent(Depth + 2) << *Instrs[Destination] << "\n";
3022 void LoopAccessInfo::print(raw_ostream &OS, unsigned Depth) const {
3024 OS.indent(Depth) << "Memory dependences are safe";
3035 OS.indent(Depth) << "Has convergent operation in loop\n";
3038 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n";
3041 OS.indent(Depth) << "Dependences:\n";
3043 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions());
3047 OS.indent(Depth) << "Too many dependences, not recorded\n";
3050 PtrRtChecking->print(OS, Depth);
3053 OS.indent(Depth)
3061 OS.indent(Depth) << "SCEV assumptions:\n";
3062 PSE->getPredicate().print(OS, Depth);
3066 OS.indent(Depth) << "Expressions re-written:\n";
3067 PSE->print(OS, Depth);