Searched refs:getBlockName (Results 1 – 4 of 4) sorted by relevance
642 static std::string getBlockName(const MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()737 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()1124 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()1139 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()1368 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()1369 << getBlockName(dst) in precomputeTriangleChains()1577 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()1608 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()1651 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()1683 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()[all …]
331 dbgs() << ", succ = " << getBlockName(Succ); in addToDist()333 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()429 LLVM_DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop()442 dbgs() << " to " << BFI.getBlockName(T); in debugAssign()505 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger()531 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " in unwrapLoop()574 OS << "*** Detected BFI query for unknown block " << getBlockName(Node); in getBlockFreq()628 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase634 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*"); in getLoopName()710 LLVM_DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) in findIrreducibleHeaders()[all …]
517 virtual std::string getBlockName(const BlockNode &Node) const;572 template <class BlockT> std::string getBlockName(const BlockT *BB) {580 template <> inline std::string getBlockName(const BasicBlock *BB) {963 std::string getBlockName(const BlockNode &Node) const override {964 return bfi_detail::getBlockName(getBlock(Node));1171 LLVM_DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node)1201 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n");1230 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header)1231 << ": member = " << getBlockName(Index) << "\n");1268 << getBlockName(HeaderNode) << "\n");[all …]
933 static std::string getBlockName(const BasicBlock *B) { in getBlockName() function2439 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()2444 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()2446 << getBlockName(From) << "," << getBlockName(To) in updateReachableEdge()2683 << " in block " << getBlockName(PredBB) << "\n"); in findLeaderForInst()2813 << getBlockName(PredBB) in makePossiblePHIOfOps()2821 << getBlockName(PredBB) << "\n"); in makePossiblePHIOfOps()3400 << getBlockName(CurrBlock) in iterateTouchedInstructions()3482 LLVM_DEBUG(dbgs() << "Block " << getBlockName(&F.getEntryBlock()) in runGVN()3512 LLVM_DEBUG(dbgs() << "We believe block " << getBlockName(&BB) in runGVN()[all …]