Lines Matching refs:dbgs

30 void BlockMass::dump() const { print(dbgs()); }  in dump()
276 dbgs() << " =>" in addToDist()
279 dbgs() << ", succ = " << getBlockName(Succ); in addToDist()
281 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
282 dbgs() << "\n"; in addToDist()
337 DEBUG(dbgs() << "compute-loop-scale: " << getLoopName(Loop) << "\n"); in computeLoopScale()
363 DEBUG(dbgs() << " - exit-mass = " << ExitMass << " (" << BlockMass::getFull() in computeLoopScale()
370 DEBUG(dbgs() << "packaging-loop: " << getLoopName(Loop) << "\n"); in packageLoop()
376 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop()
385 dbgs() << " => assign " << M << " (" << D.RemMass << ")"; in debugAssign()
387 dbgs() << " [" << Desc << "]"; in debugAssign()
389 dbgs() << " to " << BFI.getBlockName(T); in debugAssign()
390 dbgs() << "\n"; in debugAssign()
398 DEBUG(dbgs() << " => mass: " << Mass << "\n"); in distributeMass()
453 DEBUG(dbgs() << "float-to-int: min = " << Min << ", max = " << Max in convertFloatingToInteger()
458 DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger()
469 DEBUG(dbgs() << "unwrap-loop-package: " << BFI.getLoopName(Loop) in unwrapLoop()
474 DEBUG(dbgs() << " => combined-scale = " << Loop.Scale << "\n"); in unwrapLoop()
484 DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " << New in unwrapLoop()
635 DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()
666 DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()
675 DEBUG(dbgs() << " => other = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()
686 DEBUG(dbgs() << " - found-scc\n"); in createIrreducibleLoop()
747 DEBUG(dbgs() << "adjust-loop-header-mass:\n"); in adjustLoopHeaderMass()
751 DEBUG(dbgs() << " - Add back edge mass for node " in adjustLoopHeaderMass()
756 DEBUG(dbgs() << " Nothing added. Back edge mass is zero\n"); in adjustLoopHeaderMass()
761 DEBUG(dbgs() << " Distribute loop mass " << LoopMass in adjustLoopHeaderMass()