Lines Matching refs:dbgs
131 LLVM_DEBUG(dbgs() << "child loop: " << Child->getHeader()->getName()
141 LLVM_DEBUG(dbgs() << "moved block from child: " << BB->getName()
151 LLVM_DEBUG(dbgs() << "subsumed child loop (common header)\n");
157 LLVM_DEBUG(dbgs() << "added child loop to new loop\n");
183 dbgs() << "Found predecessors:";
185 dbgs() << " " << P->getName();
187 dbgs() << "\n");
215 LLVM_DEBUG(dbgs() << "added guard block: " << G->getName() << "\n");
223 LLVM_DEBUG(dbgs() << "moved block from parent: " << BB->getName()
227 LLVM_DEBUG(dbgs() << "added block from child: " << BB->getName() << "\n");
230 LLVM_DEBUG(dbgs() << "header for new loop: "
273 LLVM_DEBUG(dbgs() << "Found SCC:");
276 LLVM_DEBUG(dbgs() << " " << BB->getName());
279 LLVM_DEBUG(dbgs() << "\n");
287 LLVM_DEBUG(dbgs() << "Found headers:");
294 LLVM_DEBUG(dbgs() << " " << BB->getName());
300 LLVM_DEBUG(dbgs() << "\n");
304 LLVM_DEBUG(dbgs() << "Natural loop with a single header: skipped\n");
314 LLVM_DEBUG(dbgs() << "===== Fix irreducible control-flow in function: "
322 LLVM_DEBUG(dbgs() << "visiting top-level\n");
331 LLVM_DEBUG(dbgs() << "visiting loop with header "