Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getBlockName

474   virtual std::string getBlockName(const BlockNode &Node) const;
499 /// getBlockName().
527 template <class BlockT> std::string getBlockName(const BlockT *BB) {
535 template <> inline std::string getBlockName(const BasicBlock *BB) {
909 std::string getBlockName(const BlockNode &Node) const override {
910 return bfi_detail::getBlockName(getBlock(Node));
1010 DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node) << "\n");
1039 DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n");
1068 DEBUG(dbgs() << " - loop = " << getBlockName(Header)
1069 << ": member = " << getBlockName(Index) << "\n");
1197 DEBUG(dbgs() << " - node: " << getBlockName(Node) << "\n");
1227 OS << " - " << bfi_detail::getBlockName(&BB) << ": float = ";