|
LLVM
8.0.1
|
#include "llvm/CodeGen/ScheduleDAG.h"
Public Member Functions | |
| GraphWriter (raw_ostream &o, const GraphType &g, bool SN) | |
| void | writeGraph (const std::string &Title="") |
| void | writeHeader (const std::string &Title) |
| void | writeFooter () |
| void | writeNodes () |
| bool | isNodeHidden (NodeRef Node) |
| void | writeNode (NodeRef Node) |
| void | writeEdge (NodeRef Node, unsigned edgeidx, child_iterator EI) |
| void | emitSimpleNode (const void *ID, const std::string &Attr, const std::string &Label, unsigned NumEdgeSources=0, const std::vector< std::string > *EdgeSourceLabels=nullptr) |
| emitSimpleNode - Outputs a simple (non-record) node More... | |
| void | emitEdge (const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs) |
| emitEdge - Output an edge from a simple node into the graph... More... | |
| raw_ostream & | getOStream () |
| getOStream - Get the raw output stream into the graph file. More... | |
Definition at line 35 of file ScheduleDAG.h.
|
inline |
Definition at line 111 of file GraphWriter.h.
|
inline |
emitEdge - Output an edge from a simple node into the graph...
Definition at line 284 of file GraphWriter.h.
Referenced by llvm::DOTGraphTraits< SelectionDAG * >::addCustomGraphFeatures(), and llvm::ScheduleDAGSDNodes::getCustomGraphFeatures().
|
inline |
emitSimpleNode - Outputs a simple (non-record) node
Definition at line 261 of file GraphWriter.h.
References llvm::DOT::EscapeString().
Referenced by llvm::DOTGraphTraits< SelectionDAG * >::addCustomGraphFeatures(), and llvm::ScheduleDAGSDNodes::getCustomGraphFeatures().
|
inline |
getOStream - Get the raw output stream into the graph file.
Useful to write fancy things using addCustomGraphFeatures().
Definition at line 304 of file GraphWriter.h.
References llvm::RISCVFenceField::O.
Referenced by llvm::DOTGraphTraits< RegionInfo * >::addCustomGraphFeatures(), and llvm::DOTGraphTraits< RegionInfo * >::printRegionCluster().
|
inline |
Definition at line 162 of file GraphWriter.h.
|
inline |
Definition at line 239 of file GraphWriter.h.
|
inline |
Definition at line 150 of file GraphWriter.h.
|
inline |
Definition at line 115 of file GraphWriter.h.
References llvm::DefaultDOTGraphTraits::addCustomGraphFeatures().
Referenced by llvm::WriteGraph().
|
inline |
Definition at line 129 of file GraphWriter.h.
References llvm::DOT::EscapeString().
|
inline |
Definition at line 166 of file GraphWriter.h.
|
inline |
Definition at line 155 of file GraphWriter.h.
1.8.13