Searched refs:getBlockName (Results 1 – 4 of 4) sorted by relevance
606 static std::string getBlockName(const MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()701 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()1088 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()1103 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()1332 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()1333 << getBlockName(dst) in precomputeTriangleChains()1541 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()1572 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()1615 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()1647 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()[all …]
317 dbgs() << ", succ = " << getBlockName(Succ); in addToDist()319 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()415 LLVM_DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop()428 dbgs() << " to " << BFI.getBlockName(T); in debugAssign()497 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger()523 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " in unwrapLoop()566 OS << "*** Detected BFI query for unknown block " << getBlockName(Node); in getBlockFreq()623 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase629 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*"); in getLoopName()720 LLVM_DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) in findIrreducibleHeaders()[all …]
516 virtual std::string getBlockName(const BlockNode &Node) const;575 template <class BlockT> std::string getBlockName(const BlockT *BB) {583 template <> inline std::string getBlockName(const BasicBlock *BB) {966 std::string getBlockName(const BlockNode &Node) const override {967 return bfi_detail::getBlockName(getBlock(Node));1135 LLVM_DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node)1165 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n");1194 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header)1195 << ": member = " << getBlockName(Index) << "\n");1232 << getBlockName(HeaderNode) << "\n");[all …]
933 static std::string getBlockName(const BasicBlock *B) { in getBlockName() function2402 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()2407 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()2409 << getBlockName(From) << "," << getBlockName(To) in updateReachableEdge()2650 << " in block " << getBlockName(PredBB) << "\n"); in findLeaderForInst()2777 << getBlockName(PredBB) in makePossiblePHIOfOps()2785 << getBlockName(PredBB) << "\n"); in makePossiblePHIOfOps()3363 << getBlockName(CurrBlock) in iterateTouchedInstructions()3443 LLVM_DEBUG(dbgs() << "Block " << getBlockName(&F.getEntryBlock()) in runGVN()3471 LLVM_DEBUG(dbgs() << "We believe block " << getBlockName(&BB) in runGVN()[all …]