Lines Matching refs:LLVM_DEBUG

133     LLVM_DEBUG(dbgs() << "child loop: " << Child->getHeader()->getName()  in INITIALIZE_PASS_DEPENDENCY()
141 LLVM_DEBUG(dbgs() << "moved block from child: " << BB->getName() in INITIALIZE_PASS_DEPENDENCY()
145 LLVM_DEBUG(dbgs() << "subsumed child loop (common header)\n"); in INITIALIZE_PASS_DEPENDENCY()
151 LLVM_DEBUG(dbgs() << "added child loop to new loop\n"); in INITIALIZE_PASS_DEPENDENCY()
176 LLVM_DEBUG( in createNaturalLoopInternal()
209 LLVM_DEBUG(dbgs() << "added guard block: " << G->getName() << "\n"); in createNaturalLoopInternal()
217 LLVM_DEBUG(dbgs() << "moved block from parent: " << BB->getName() in createNaturalLoopInternal()
221 LLVM_DEBUG(dbgs() << "added block from child: " << BB->getName() << "\n"); in createNaturalLoopInternal()
224 LLVM_DEBUG(dbgs() << "header for new loop: " in createNaturalLoopInternal()
267 LLVM_DEBUG(dbgs() << "Found SCC:"); in makeReducible()
270 LLVM_DEBUG(dbgs() << " " << BB->getName()); in makeReducible()
273 LLVM_DEBUG(dbgs() << "\n"); in makeReducible()
281 LLVM_DEBUG(dbgs() << "Found headers:"); in makeReducible()
288 LLVM_DEBUG(dbgs() << " " << BB->getName()); in makeReducible()
294 LLVM_DEBUG(dbgs() << "\n"); in makeReducible()
298 LLVM_DEBUG(dbgs() << "Natural loop with a single header: skipped\n"); in makeReducible()
308 LLVM_DEBUG(dbgs() << "===== Fix irreducible control-flow in function: " in FixIrreducibleImpl()
314 LLVM_DEBUG(dbgs() << "visiting top-level\n"); in FixIrreducibleImpl()
323 LLVM_DEBUG(dbgs() << "visiting loop with header " in FixIrreducibleImpl()