Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h63 StatType EdgeColor = StatType::NONE,
H A Dxray-graph-diff.cpp359 StatType EdgeColor, in exportGraphAsDOT() argument
385 TailId, getLabel(E, EdgeLabel), getColor(E, G, H, EdgeColor), in exportGraphAsDOT()
386 getLineWidth(E, EdgeColor)); in exportGraphAsDOT()
H A Dxray-graph.h157 StatType EdgeColor = StatType::NONE,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFGPrinter.h290 std::string EdgeColor = (Freq <= (CFGInfo->getMaxFreq() / 2))
294 std::string Attrs = "color=\"" + EdgeColor + "ff\", style=filled," +