Home
last modified time | relevance | path

Searched refs:getColorString (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDGraphWriter.cpp58 StringRef llvm::DOT::getColorString(unsigned ColorNumber) { in getColorString() function in llvm::DOT
/NextBSD/contrib/llvm/include/llvm/Support/
HDGraphWriter.h39 StringRef getColorString(unsigned NodeNumber);
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineScheduler.cpp3299 Str += DOT::getColorString(DFS->getSubtreeID(N)); in getNodeAttributes()