Lines Matching refs:getBlockName
279 dbgs() << ", succ = " << getBlockName(Succ); in addToDist()
281 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
373 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop()
394 dbgs() << " to " << getBlockName(T); in distributeMass()
455 DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger()
481 DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " << New in unwrapLoop()
531 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase
536 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*"); in getLoopName()
625 DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()
656 DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()
665 DEBUG(dbgs() << " => other = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()