Lines Matching refs:dbgs
182 dbgs() << " (cycle)\n"; in print()
185 dbgs() << " " << I->getParent()->getName() << ":" << *I << "\n"; in print()
190 dbgs() << *BB; in printBlocks()
317 DEBUG(dbgs() << "Merging partitions due to this load in multiple " in mergeToAvoidDuplicatedLoads()
477 void dump() const { print(dbgs()); } in dump()
490 dbgs() << "\nPartition " << Index++ << " (" << &P << "):\n"; in printBlocks()
557 DEBUG(dbgs() << "Backward dependences:\n"); in MemoryInstructionDependences()
566 DEBUG(Dep.print(dbgs(), 2, Instructions)); in MemoryInstructionDependences()
662 DEBUG(dbgs() << "\nLDist: In \"" << L->getHeader()->getParent()->getName() in processLoop()
667 DEBUG(dbgs() << "Skipping; no preheader"); in processLoop()
671 DEBUG(dbgs() << "Skipping; multiple exit blocks"); in processLoop()
681 DEBUG(dbgs() << "Skipping; memory operations are safe for vectorization"); in processLoop()
686 DEBUG(dbgs() << "Skipping; No unsafe dependences to isolate"); in processLoop()
739 DEBUG(dbgs() << "Seeded partitions:\n" << Partitions); in processLoop()
746 DEBUG(dbgs() << "\nMerged partitions:\n" << Partitions); in processLoop()
752 DEBUG(dbgs() << "\nPopulated partitions:\n" << Partitions); in processLoop()
757 DEBUG(dbgs() << "\nPartitions merged to ensure unique loads:\n" in processLoop()
766 DEBUG(dbgs() << "Too many SCEV run-time checks needed.\n"); in processLoop()
770 DEBUG(dbgs() << "\nDistributing loop: " << *L << "\n"); in processLoop()
789 DEBUG(dbgs() << "\nPointers:\n"); in processLoop()
790 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
804 DEBUG(dbgs() << "\nAfter removing unused Instrs:\n"); in processLoop()