LLVM
8.0.1
|
Functions | |
std::string | EscapeString (const std::string &Label) |
StringRef | getColorString (unsigned NodeNumber) |
Get a color string for this node number. More... | |
std::string llvm::DOT::EscapeString | ( | const std::string & | Label | ) |
Definition at line 36 of file GraphWriter.cpp.
References LLVM_FALLTHROUGH.
Referenced by llvm::GraphWriter< GraphType >::emitSimpleNode(), llvm::VPlan::execute(), printNodeDOT(), llvm::LazyCallGraphDOTPrinterPass::run(), and llvm::GraphWriter< GraphType >::writeHeader().
Get a color string for this node number.
Simply round-robin selects from a reasonable number of colors.
Definition at line 71 of file GraphWriter.cpp.
Referenced by llvm::DOTGraphTraits< ScheduleDAGMI * >::getNodeAttributes().