LLVM API Documentation


Public Member Functions | |
| DOTGraphTraits (bool isSimple=false) | |
| std::string | getNodeLabel (const MachineBasicBlock *Node, const MachineFunction *Graph) |
Static Public Member Functions | |
| static std::string | getGraphName (const MachineFunction *F) |
Definition at line 382 of file MachineFunction.cpp.
| llvm::DOTGraphTraits< const MachineFunction * >::DOTGraphTraits | ( | bool | isSimple = false | ) | [inline] |
Definition at line 384 of file MachineFunction.cpp.
| static std::string llvm::DOTGraphTraits< const MachineFunction * >::getGraphName | ( | const MachineFunction * | F | ) | [inline, static] |
Definition at line 386 of file MachineFunction.cpp.
References llvm::MachineFunction::getName(), and llvm::StringRef::str().
| std::string llvm::DOTGraphTraits< const MachineFunction * >::getNodeLabel | ( | const MachineBasicBlock * | Node, |
| const MachineFunction * | Graph | ||
| ) | [inline] |
Definition at line 390 of file MachineFunction.cpp.
References llvm::MachineBasicBlock::getBasicBlock(), llvm::MachineBasicBlock::getNumber(), and llvm::MachineBasicBlock::print().