Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp209 std::string edgeColor = (freq <= (CGInfo->getMaxFreq() / 2)) in getNodeAttributes() local
212 attrs = "color=\"" + edgeColor + "ff\", style=filled, fillcolor=\"" + in getNodeAttributes()