Searched refs:getBlockName (Results 1 – 4 of 4) sorted by relevance
698 static std::string getBlockName(const MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()793 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()1187 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()1202 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()1429 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()1430 << getBlockName(dst) in precomputeTriangleChains()1643 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()1674 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()1717 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()1749 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 …]
514 virtual std::string getBlockName(const BlockNode &Node) const;569 template <class BlockT> std::string getBlockName(const BlockT *BB) {577 template <> inline std::string getBlockName(const BasicBlock *BB) {957 std::string getBlockName(const BlockNode &Node) const override {958 return bfi_detail::getBlockName(getBlock(Node));1166 LLVM_DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node)1196 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n");1225 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header)1226 << ": member = " << getBlockName(Index) << "\n");1263 << getBlockName(HeaderNode) << "\n");[all …]
971 static std::string getBlockName(const BasicBlock *B) { in getBlockName() function2478 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()2483 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()2485 << getBlockName(From) << "," << getBlockName(To) in updateReachableEdge()2722 << " in block " << getBlockName(PredBB) << "\n"); in findLeaderForInst()2851 << getBlockName(PredBB) in makePossiblePHIOfOps()2859 << getBlockName(PredBB) << "\n"); in makePossiblePHIOfOps()3431 << getBlockName(CurrBlock) in iterateTouchedInstructions()3513 LLVM_DEBUG(dbgs() << "Block " << getBlockName(&F.getEntryBlock()) in runGVN()3543 LLVM_DEBUG(dbgs() << "We believe block " << getBlockName(&BB) in runGVN()[all …]