LLVM API Documentation
Static Public Member Functions | |
static std::string | getGraphName (MSchedGraphSB *F) |
static std::string | getNodeLabel (MSchedGraphSBNode *Node, MSchedGraphSB *Graph) |
static std::string | getEdgeSourceLabel (MSchedGraphSBNode *Node, MSchedGraphSBNode::succ_iterator I) |
Definition at line 93 of file ModuloSchedulingSuperBlock.cpp.
static std::string llvm::DOTGraphTraits< MSchedGraphSB * >::getEdgeSourceLabel | ( | MSchedGraphSBNode * | Node, | |
MSchedGraphSBNode::succ_iterator | I | |||
) | [inline, static] |
Definition at line 111 of file ModuloSchedulingSuperBlock.cpp.
References llvm::MSchedGraphSBEdge::AntiDep, llvm::MSchedGraphSBEdge::getDepOrderType(), llvm::MSchedGraphSBNodeIterator< IteratorType, NodeType >::getEdge(), llvm::MSchedGraphSBEdge::getIteDiff(), llvm::itostr(), llvm::MSchedGraphSBEdge::NonDataDep, llvm::MSchedGraphSBEdge::OutputDep, and llvm::MSchedGraphSBEdge::TrueDep.
static std::string llvm::DOTGraphTraits< MSchedGraphSB * >::getGraphName | ( | MSchedGraphSB * | F | ) | [inline, static] |
Definition at line 94 of file ModuloSchedulingSuperBlock.cpp.
static std::string llvm::DOTGraphTraits< MSchedGraphSB * >::getNodeLabel | ( | MSchedGraphSBNode * | Node, | |
MSchedGraphSB * | Graph | |||
) | [inline, static] |