Home
last modified time | relevance | path

Searched refs:getBlockName (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp638 static std::string getBlockName(const MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()
733 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()
1120 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()
1135 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()
1364 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()
1365 << getBlockName(dst) in precomputeTriangleChains()
1573 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()
1604 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()
1647 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1679 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp330 dbgs() << ", succ = " << getBlockName(Succ); in addToDist()
332 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
428 LLVM_DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop()
441 dbgs() << " to " << BFI.getBlockName(T); in debugAssign()
510 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger()
536 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " in unwrapLoop()
579 OS << "*** Detected BFI query for unknown block " << getBlockName(Node); in getBlockFreq()
636 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase
642 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*"); in getLoopName()
733 LLVM_DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) in findIrreducibleHeaders()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h516 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));
1178 LLVM_DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node)
1208 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n");
1237 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header)
1238 << ": member = " << getBlockName(Index) << "\n");
1275 << getBlockName(HeaderNode) << "\n");
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp932 static std::string getBlockName(const BasicBlock *B) { in getBlockName() function
2432 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()
2437 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge()
2439 << getBlockName(From) << "," << getBlockName(To) in updateReachableEdge()
2680 << " in block " << getBlockName(PredBB) << "\n"); in findLeaderForInst()
2807 << getBlockName(PredBB) in makePossiblePHIOfOps()
2815 << getBlockName(PredBB) << "\n"); in makePossiblePHIOfOps()
3393 << getBlockName(CurrBlock) in iterateTouchedInstructions()
3473 LLVM_DEBUG(dbgs() << "Block " << getBlockName(&F.getEntryBlock()) in runGVN()
3501 LLVM_DEBUG(dbgs() << "We believe block " << getBlockName(&BB) in runGVN()
[all …]