Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp203 std::string edgeColor = (freq <= (CGInfo->getMaxFreq() / 2)) in getNodeAttributes() local
206 attrs = "color=\"" + edgeColor + "ff\", style=filled, fillcolor=\"" + in getNodeAttributes()