Lines Matching refs:LLVM_DEBUG
134 LLVM_DEBUG(dbgs() << "child loop: " << Child->getHeader()->getName() in INITIALIZE_PASS_DEPENDENCY()
144 LLVM_DEBUG(dbgs() << "moved block from child: " << BB->getName() in INITIALIZE_PASS_DEPENDENCY()
154 LLVM_DEBUG(dbgs() << "subsumed child loop (common header)\n"); in INITIALIZE_PASS_DEPENDENCY()
160 LLVM_DEBUG(dbgs() << "added child loop to new loop\n"); in INITIALIZE_PASS_DEPENDENCY()
185 LLVM_DEBUG( in createNaturalLoopInternal()
218 LLVM_DEBUG(dbgs() << "added guard block: " << G->getName() << "\n"); in createNaturalLoopInternal()
226 LLVM_DEBUG(dbgs() << "moved block from parent: " << BB->getName() in createNaturalLoopInternal()
230 LLVM_DEBUG(dbgs() << "added block from child: " << BB->getName() << "\n"); in createNaturalLoopInternal()
233 LLVM_DEBUG(dbgs() << "header for new loop: " in createNaturalLoopInternal()
276 LLVM_DEBUG(dbgs() << "Found SCC:"); in makeReducible()
279 LLVM_DEBUG(dbgs() << " " << BB->getName()); in makeReducible()
282 LLVM_DEBUG(dbgs() << "\n"); in makeReducible()
290 LLVM_DEBUG(dbgs() << "Found headers:"); in makeReducible()
297 LLVM_DEBUG(dbgs() << " " << BB->getName()); in makeReducible()
303 LLVM_DEBUG(dbgs() << "\n"); in makeReducible()
307 LLVM_DEBUG(dbgs() << "Natural loop with a single header: skipped\n"); in makeReducible()
317 LLVM_DEBUG(dbgs() << "===== Fix irreducible control-flow in function: " in FixIrreducibleImpl()
323 LLVM_DEBUG(dbgs() << "visiting top-level\n"); in FixIrreducibleImpl()
332 LLVM_DEBUG(dbgs() << "visiting loop with header " in FixIrreducibleImpl()