LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
llvm::DOT Namespace Reference

Functions

std::string EscapeString (const std::string &Label)
 
StringRef getColorString (unsigned NodeNumber)
 Get a color string for this node number. Simply round-robin selects from a reasonable number of colors. More...
 

Function Documentation

std::string llvm::DOT::EscapeString ( const std::string &  Label)
StringRef llvm::DOT::getColorString ( unsigned  NodeNumber)

Get a color string for this node number. Simply round-robin selects from a reasonable number of colors.

Definition at line 59 of file GraphWriter.cpp.

Referenced by llvm::DOTGraphTraits< ScheduleDAGMI * >::getNodeAttributes().